summaryrefslogtreecommitdiff
path: root/databases/p5-sqlrelay
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-02-23 19:56:02 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-02-23 19:56:02 +0000
commit036c56ec5cca1731ef2f736c250d603fdaf66bbd (patch)
treeaf64203845e8c66c2bf7fe9ff19c7bc3909f2882 /databases/p5-sqlrelay
parentFix include path for postgresql include files (they have been moved with (diff)
Update SQLRelay to 0.30.
Notes
Notes: svn path=/head/; revision=55141
Diffstat (limited to 'databases/p5-sqlrelay')
-rw-r--r--databases/p5-sqlrelay/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-sqlrelay/Makefile b/databases/p5-sqlrelay/Makefile
index ffa20e31c130..77f86d73fa26 100644
--- a/databases/p5-sqlrelay/Makefile
+++ b/databases/p5-sqlrelay/Makefile
@@ -14,7 +14,7 @@ DISTFILES= # none
MAINTAINER= knu@FreeBSD.org
-BUILD_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:configure \
+BUILD_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR}
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
@@ -38,6 +38,7 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-extract:
${MKDIR} ${WRKDIR}
${LN} -fs `${SQLRELAY_WRKSRC_CMD}` ${WRKSRC}
+ ${RM} -f ${WRKSRC}/config.cache
do-build:
for dir in ${WRKSRC}/src/api/perl/*; do \