diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-06-03 18:57:30 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-06-03 18:57:30 +0000 |
commit | 9897852e8c490798596da22678f56cde65fab266 (patch) | |
tree | 7a1681310fa8920b2bcadd8427f5caa002c7b70f /databases/p5-DBD-LDAP | |
parent | c02b54f2d6f9156b35cb7469bccf7fa923f78393 (diff) |
SITE_PERL --> package dependencies, chunks 2-3
Submitted by: az
Notes
Notes:
svn path=/head/; revision=298118
Diffstat (limited to 'databases/p5-DBD-LDAP')
-rw-r--r-- | databases/p5-DBD-LDAP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-LDAP/Makefile b/databases/p5-DBD-LDAP/Makefile index 7c809b459d59..c38275ff956b 100644 --- a/databases/p5-DBD-LDAP/Makefile +++ b/databases/p5-DBD-LDAP/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DBI interface for accessing LDAP servers -BUILD_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |