summaryrefslogtreecommitdiff
path: root/security/gpa
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2002-08-12 10:28:40 +0000
committerDoug Barton <dougb@FreeBSD.org>2002-08-12 10:28:40 +0000
commite2a50527a31a527c6f2cc79e65db31c9b87e55f6 (patch)
treebbb7894a87c12a3d9c990956842af249f6a9c960 /security/gpa
parentAdd fix for bind critical bug. (diff)
The gpa build now fails if gpg is not already installed.
Notes
Notes: svn path=/head/; revision=64412
Diffstat (limited to 'security/gpa')
-rw-r--r--security/gpa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 61c51dd1a584..015fc69ef9d9 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/
MAINTAINER= ports@FreeBSD.org
-RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
+BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
USE_X_PREFIX= yes
USE_GMAKE= yes