1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Fix build, remove BROKEN.

This commit is contained in:
Dmitry Sivachenko 2004-08-30 06:12:52 +00:00
parent b74cf9717f
commit dccebddd6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117627

View File

@ -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 \