diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-06 17:22:52 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-06 17:22:52 +0000 |
commit | ccd32ccbc937b5ce58fa54b3c529e918d11ef2ba (patch) | |
tree | ed1dd7cc983008686a5f08d3d1620ba45cb6aa12 /security/p5-Authen-Simple-DBI | |
parent | 4e9e8df953c5f03341a292ca153097b2a6cdfcfc (diff) |
- Remove SITE_PERL from *_DEPENDS
Notes
Notes:
svn path=/head/; revision=298616
Diffstat (limited to 'security/p5-Authen-Simple-DBI')
-rw-r--r-- | security/p5-Authen-Simple-DBI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Authen-Simple-DBI/Makefile b/security/p5-Authen-Simple-DBI/Makefile index b406522a0db7..afbcc05ed20f 100644 --- a/security/p5-Authen-Simple-DBI/Makefile +++ b/security/p5-Authen-Simple-DBI/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple DBI authentication -BUILD_DEPENDS= ${SITE_PERL}/Authen/Simple.pm:${PORTSDIR}/security/p5-Authen-Simple \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= p5-Authen-Simple>=0:${PORTSDIR}/security/p5-Authen-Simple \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes |