diff options
author | bad <bad@pkgsrc.org> | 1999-04-14 18:00:47 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-04-14 18:00:47 +0000 |
commit | 286099986eae8fee64848a798d8bfb33bfb12071 (patch) | |
tree | 9524b772c2816d5a2d31064ab0bec75f5ba49ba5 /security/pgp5 | |
parent | 8fa081c06a52d83f0703c9c4d91432bd852efdf3 (diff) | |
download | pkgsrc-286099986eae8fee64848a798d8bfb33bfb12071.tar.gz |
${LOCALBAASE}/bin/perl or bust.
Diffstat (limited to 'security/pgp5')
-rw-r--r-- | security/pgp5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 44665883ffb..c91536741d5 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/12/31 14:25:30 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1999/04/14 18:00:48 bad Exp $ # DISTNAME= pgp50i-unix-src @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ \ MAINTAINER= mjl@emsi.priv.at HOMEPAGE= http://www.pgpi.com/ -BUILD_DEPENDS= perl:../../lang/perl5 +BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 RESTRICTED= "Cryptographic software" MIRROR_DISTFILE=no |