diff options
author | asami <asami@FreeBSD.org> | 1995-05-18 18:59:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-18 18:59:27 +0800 |
commit | c4fa2799ec625162ca2b83c850ac31ff3f1c6e15 (patch) | |
tree | bc88674e0d61b38c2c80ae74e14bc000d5d45883 /russian/pgp.language | |
parent | 915534acc7056cbc9d7d082964bc618417970be4 (diff) | |
download | freebsd-ports-gnome-c4fa2799ec625162ca2b83c850ac31ff3f1c6e15.tar.gz freebsd-ports-gnome-c4fa2799ec625162ca2b83c850ac31ff3f1c6e15.tar.zst freebsd-ports-gnome-c4fa2799ec625162ca2b83c850ac31ff3f1c6e15.zip |
Add NO_PACKAGE=yes, depends on restricted source (pgp).
Diffstat (limited to 'russian/pgp.language')
-rw-r--r-- | russian/pgp.language/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/russian/pgp.language/Makefile b/russian/pgp.language/Makefile index 347f2d9d2cc2..530df9b6aadb 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.1.1.1 1995/05/04 14:47:56 ache Exp $ +# $Id: Makefile,v 1.2 1995/05/12 09:43:57 asami Exp $ # DISTNAME= pgp26ru @@ -14,6 +14,9 @@ EXTRACT_SUFX= .zip MAINTAINER= ache@FreeBSD.ORG +# depends on restricted stuff (pgp) +NO_PACKAGE= yes + EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ pgp:${PORTSDIR}/utils/pgp.non-usa_only EXTRACT_CMD= unzip |