diff options
author | dougb <dougb@FreeBSD.org> | 2002-08-12 18:28:40 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-08-12 18:28:40 +0800 |
commit | 77f015350d786687ff83be6a138d4534516aceb3 (patch) | |
tree | 1332c6f3b56c2a81d50d73fc05de79a1f730ffc9 /security | |
parent | cad7c1dfdc540c79557c01b6485785f78e553589 (diff) | |
download | freebsd-ports-gnome-77f015350d786687ff83be6a138d4534516aceb3.tar.gz freebsd-ports-gnome-77f015350d786687ff83be6a138d4534516aceb3.tar.zst freebsd-ports-gnome-77f015350d786687ff83be6a138d4534516aceb3.zip |
The gpa build now fails if gpg is not already installed.
Diffstat (limited to 'security')
-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 |