diff options
author | vs <vs@FreeBSD.org> | 2005-03-11 17:26:48 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-11 17:26:48 +0800 |
commit | b129a31ba69e50f84fb044baa6337aada182920e (patch) | |
tree | 9d8c7ead783e9dd55bcfbb1f08c16f87b7bc691e /security/gpa/Makefile | |
parent | bdf3f73e2d5c7a4cb07d4801750f39aa96806096 (diff) | |
download | freebsd-ports-gnome-b129a31ba69e50f84fb044baa6337aada182920e.tar.gz freebsd-ports-gnome-b129a31ba69e50f84fb044baa6337aada182920e.tar.zst freebsd-ports-gnome-b129a31ba69e50f84fb044baa6337aada182920e.zip |
Unbreak: Also BUILD_DEPENDS on gnupg
Diffstat (limited to 'security/gpa/Makefile')
-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 |