diff options
-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 |