diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-11 09:26:48 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-11 09:26:48 +0000 |
commit | e77e5318539cc6edd3dea4884bc33a64b561cad3 (patch) | |
tree | 4c03e5701184d9875928fc5894afda2aa6d3ee92 /security/gpa | |
parent | 098961836a3f423d82eac76e9397caca6dc46925 (diff) | |
download | ports-e77e5318539cc6edd3dea4884bc33a64b561cad3.tar.gz ports-e77e5318539cc6edd3dea4884bc33a64b561cad3.zip |
Notes
Diffstat (limited to 'security/gpa')
-rw-r--r-- | security/gpa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 65a5f09e137f..695c74c5f362 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= alpha/gpa MAINTAINER= ports@FreeBSD.org COMMENT= A graphical frontend for the GNU Privacy Guard -BUILD_DEPENDS= gpgme-config:${PORTSDIR}/security/gpgme +BUILD_DEPENDS= gpgme-config:${PORTSDIR}/security/gpgme \ + gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg USE_X_PREFIX= yes |