diff options
author | ache <ache@FreeBSD.org> | 1998-10-20 04:00:35 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-10-20 04:00:35 +0800 |
commit | 4f528a9922b377c41fc49f0daf79854e5f9b415f (patch) | |
tree | 09dcb624ea260348e089645ecda7a91aae09f0d9 /russian | |
parent | ace653d28c554dbee061712e0db09c52ca132e72 (diff) | |
download | freebsd-ports-gnome-4f528a9922b377c41fc49f0daf79854e5f9b415f.tar.gz freebsd-ports-gnome-4f528a9922b377c41fc49f0daf79854e5f9b415f.tar.zst freebsd-ports-gnome-4f528a9922b377c41fc49f0daf79854e5f9b415f.zip |
Depends on config.txt to not confuse with pgp5 installed
Diffstat (limited to 'russian')
-rw-r--r-- | russian/pgp.language/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/russian/pgp.language/Makefile b/russian/pgp.language/Makefile index 0fcc8ad3c8d9..d36f9a1315e1 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.18 1998/10/16 00:48:11 jseger Exp $ +# $Id: Makefile,v 1.19 1998/10/16 02:54:07 jseger Exp $ # DISTNAME= pgp26ru @@ -17,7 +17,7 @@ MAINTAINER= ache@FreeBSD.ORG RESTRICTED= "Crypto" BUILD_DEPENDS += unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS += pgp:${PORTSDIR}/security/pgp +RUN_DEPENDS += ${PREFIX}/lib/pgp/config.txt:${PORTSDIR}/security/pgp EXTRACT_CMD= unzip EXTRACT_ARGS= -q |