diff options
author | az <az@FreeBSD.org> | 2012-06-07 01:22:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-07 01:22:52 +0800 |
commit | aa2dbf15fbd5cb5ac364caf1f4228d8efb437158 (patch) | |
tree | 1b3c2e52046872caf1fd9697d9186df694c4f55e /security/p5-Crypt-Blowfish | |
parent | 726cca3ddc54b6abeaf2cfcc6731a0cdc60df2c9 (diff) | |
download | freebsd-ports-gnome-aa2dbf15fbd5cb5ac364caf1f4228d8efb437158.tar.gz freebsd-ports-gnome-aa2dbf15fbd5cb5ac364caf1f4228d8efb437158.tar.zst freebsd-ports-gnome-aa2dbf15fbd5cb5ac364caf1f4228d8efb437158.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'security/p5-Crypt-Blowfish')
-rw-r--r-- | security/p5-Crypt-Blowfish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile index f3531e063db1..e57be1bc97e1 100644 --- a/security/p5-Crypt-Blowfish/Makefile +++ b/security/p5-Crypt-Blowfish/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the Blowfish encryption alogorithm -BUILD_DEPENDS= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC +BUILD_DEPENDS= p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//} PERL_CONFIGURE= yes |