diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-13 00:55:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-13 00:55:40 +0000 |
commit | a0796a9ef7e033f50d5df85f29642de149b52561 (patch) | |
tree | 757db079e498e3481485935127a3ba81c63d5e43 /russian | |
parent | d3994b2cd35ca9109b8df240cbf693ea84125deb (diff) | |
download | freebsd-ports-a0796a9ef7e033f50d5df85f29642de149b52561.zip |
Fix the dependencies. hfs is now in emulators and pgp is in security.
Diffstat (limited to 'russian')
-rw-r--r-- | russian/pgp.language/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/russian/pgp.language/Makefile b/russian/pgp.language/Makefile index c286ac38fe19..6b6e1103aae5 100644 --- a/russian/pgp.language/Makefile +++ b/russian/pgp.language/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1995 # Whom: ache # -# $Id: Makefile,v 1.5 1995/07/01 08:30:48 asami Exp $ +# $Id: Makefile,v 1.6 1995/07/08 00:06:53 ache Exp $ # DISTNAME= pgp26ru @@ -15,7 +15,8 @@ EXTRACT_SUFX= .zip MAINTAINER= ache@FreeBSD.ORG EXEC_DEPENDS += unzip:${PORTSDIR}/archivers/unzip -EXEC_DEPENDS += pgp:${PORTSDIR}/utils/pgp +EXEC_DEPENDS += pgp:${PORTSDIR}/security/pgp + EXTRACT_CMD= unzip EXTRACT_ARGS= -q NO_WRKSUBDIR= YES |