diff options
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 |