diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-23 17:26:19 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-23 17:26:19 +0000 |
commit | 6cbd732d1f45cb8eac48596b3d4e55aea87bcf02 (patch) | |
tree | 27c360eee2939d998b9beb63f251163689cdadba /security/pgp6/Makefile | |
parent | 7565c4b7337fd11daef5435f7f2192d0c5137b2e (diff) | |
download | ports-6cbd732d1f45cb8eac48596b3d4e55aea87bcf02.tar.gz ports-6cbd732d1f45cb8eac48596b3d4e55aea87bcf02.zip |
Notes
Diffstat (limited to 'security/pgp6/Makefile')
-rw-r--r-- | security/pgp6/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index 096a7d126cd6..95cebff6bc90 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -4,7 +4,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.4 1995/07/13 01:15:30 asami Exp $ +# $Id: Makefile,v 1.5 1995/09/15 21:10:06 ache Exp $ # CATEGORIES+= security @@ -15,6 +15,7 @@ NO_PACKAGE= YES MAKEFILE= makefile ALL_TARGET= freebsd PGPLIB= ${PREFIX}/lib/pgp +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip # Need to define USA_RESIDENT to YES or NO IS_INTERACTIVE= YES @@ -46,8 +47,7 @@ DISTNAME= pgp262s PKGNAME= pgp-2.6.2 MASTER_SITES= ftp://sable.ox.ac.uk/pub/crypto/pgp/unix/ EXTRACT_SUFX= .zip -EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ - gmake:${PORTSDIR}/devel/gmake +BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake EXTRACT_CMD= unzip EXTRACT_ARGS= -q FILESDIR= ${.CURDIR}/files.usa @@ -66,7 +66,6 @@ PKGNAME= pgp-2.6.3i MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/incoming/ \ ftp://ftp.kiae.su/unix/crypto/pgp/ EXTRACT_SUFX= .zip -EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip EXTRACT_CMD= unzip EXTRACT_ARGS= -qa FILESDIR= ${.CURDIR}/files.non_usa |