mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Fix build, remove BROKEN.
This commit is contained in:
parent
b74cf9717f
commit
dccebddd6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117627
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,6 @@ COMMENT= Perl5 modules to access to SQL Relay, including a DBD interface
|
|||
EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch
|
||||
LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR}
|
||||
|
||||
BROKEN= "Build fails"
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
@ -43,6 +41,7 @@ do-extract:
|
|||
${RM} -f ${WRKSRC}/config.cache
|
||||
${CP} ${TEMPLATES}/config.sub ${WRKSRC}
|
||||
${CP} ${TEMPLATES}/config.guess ${WRKSRC}
|
||||
${RM} -rf ${WRKSRC}/src/api/perl/CVS
|
||||
|
||||
do-build:
|
||||
for dir in ${WRKSRC}/src/api/perl/*; do \
|
||||
|
|
Loading…
Add table
Reference in a new issue