diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-08-12 10:28:40 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-08-12 10:28:40 +0000 |
commit | e2a50527a31a527c6f2cc79e65db31c9b87e55f6 (patch) | |
tree | bbb7894a87c12a3d9c990956842af249f6a9c960 | |
parent | Add fix for bind critical bug. (diff) |
The gpa build now fails if gpg is not already installed.
Notes
Notes:
svn path=/head/; revision=64412
-rw-r--r-- | security/gpa/Makefile | 2 |
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 |