diff options
author | ache <ache@FreeBSD.org> | 1998-10-19 20:00:35 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-10-19 20:00:35 +0000 |
commit | 4f528a9922b377c41fc49f0daf79854e5f9b415f (patch) | |
tree | 09dcb624ea260348e089645ecda7a91aae09f0d9 | |
parent | ace653d28c554dbee061712e0db09c52ca132e72 (diff) | |
download | FreeBSD-ports-4f528a9922b377c41fc49f0daf79854e5f9b415f.zip FreeBSD-ports-4f528a9922b377c41fc49f0daf79854e5f9b415f.tar.gz |
Depends on config.txt to not confuse with pgp5 installed
-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 0fcc8ad..d36f9a1 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 |