summaryrefslogtreecommitdiff
path: root/databases/p5-sqlrelay
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-03-11 09:04:52 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-03-11 09:04:52 +0000
commit447c80d90fe66d96ce45bba3108a0ef45c58f11c (patch)
tree7b2721d0873a45ffa7f219e5555675e846568dcd /databases/p5-sqlrelay
parentChange BUILD_DEPENDS to EXTRACT_DEPENDS. (diff)
Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=77093
Diffstat (limited to 'databases/p5-sqlrelay')
-rw-r--r--databases/p5-sqlrelay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-sqlrelay/Makefile b/databases/p5-sqlrelay/Makefile
index 76a41b3dc115..939cbad866e6 100644
--- a/databases/p5-sqlrelay/Makefile
+++ b/databases/p5-sqlrelay/Makefile
@@ -15,8 +15,8 @@ DISTFILES= # none
MAINTAINER= knu@FreeBSD.org
COMMENT= Perl5 modules to access to SQL Relay, including a DBD interface
-BUILD_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch
+BUILD_DEPENDS= ${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