diff options
Diffstat (limited to 'security/pgp5/Makefile')
-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 a0a4defe59b..fb5f2327b2c 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/08/18 22:46:49 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/28 09:14:51 jlam Exp $ # DISTNAME= pgp50i-unix-src @@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ \ MAINTAINER= mjl@netbsd.org HOMEPAGE= http://www.pgpi.com/ -BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 +BUILD_DEPENDS= ${PERL5}:../../lang/perl5 RESTRICTED= "Cryptographic software" NO_SRC_ON_FTP= ${RESTRICTED} |