diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-23 17:22:38 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-23 17:22:38 +0000 |
commit | 7565c4b7337fd11daef5435f7f2192d0c5137b2e (patch) | |
tree | 0e1a4910882a032c8418915256053fc76bd4e922 /russian | |
parent | f9c3dedf0fb9f367f8c577342dfdf0aa8013eb2f (diff) |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/pgp.language/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/russian/pgp.language/Makefile b/russian/pgp.language/Makefile index 6b6e1103aae5..33fc8f8c5402 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.6 1995/07/08 00:06:53 ache Exp $ +# $Id: Makefile,v 1.7 1995/07/13 00:55:40 asami Exp $ # DISTNAME= pgp26ru @@ -14,8 +14,8 @@ EXTRACT_SUFX= .zip MAINTAINER= ache@FreeBSD.ORG -EXEC_DEPENDS += unzip:${PORTSDIR}/archivers/unzip -EXEC_DEPENDS += pgp:${PORTSDIR}/security/pgp +BUILD_DEPENDS += unzip:${PORTSDIR}/archivers/unzip +RUN_DEPENDS += pgp:${PORTSDIR}/security/pgp EXTRACT_CMD= unzip EXTRACT_ARGS= -q |