diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:20:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:20:21 +0000 |
commit | b4bc06c5bf235d3ef9bb28dc9572c9aeb3aec895 (patch) | |
tree | f5a61ace04f6bcd90adce1a5b93a4651e873b1da /security/pgp | |
parent | 39475894a904806d7127c1dc1169c2e0437343c2 (diff) | |
download | ports-b4bc06c5bf235d3ef9bb28dc9572c9aeb3aec895.tar.gz ports-b4bc06c5bf235d3ef9bb28dc9572c9aeb3aec895.zip |
Notes
Diffstat (limited to 'security/pgp')
-rw-r--r-- | security/pgp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index d039196ae4c2..3390e2c9c289 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -5,7 +5,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.19 1997/02/02 21:45:31 ache Exp $ +# $Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp $ # # Pick an initial default, else it doesn't get set in the INDEX. @@ -54,7 +54,7 @@ EXTRACT_SUFX= .zip WRKSRC= ${WRKDIR}/src BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS+= rsaref\\.2\\.0:${PORTSDIR}/security/rsaref +LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref EXTRACT_CMD= unzip EXTRACT_ARGS= -q FILESDIR= ${.CURDIR}/files.usa |