diff options
author | vs <vs@FreeBSD.org> | 2004-05-10 17:30:36 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-10 17:30:36 +0800 |
commit | 6ec44967a631e7bd4ff9226d04322a2c300b36ac (patch) | |
tree | c8a5dc0fc91a4b7401da166e6f260db67d24468d | |
parent | a61a4b5b20d09bd75f15f2456a319d7ef970c139 (diff) | |
download | freebsd-ports-gnome-6ec44967a631e7bd4ff9226d04322a2c300b36ac.tar.gz freebsd-ports-gnome-6ec44967a631e7bd4ff9226d04322a2c300b36ac.tar.zst freebsd-ports-gnome-6ec44967a631e7bd4ff9226d04322a2c300b36ac.zip |
Needs GnuPG at BUILD-time.
-rw-r--r-- | security/seahorse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 7c8bac7cc321..0b581e0f18e5 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -16,7 +16,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= asa@gascom.ru COMMENT= A front end for GnuPG -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg +BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= gpgme.9:${PORTSDIR}/security/gpgme USE_BZIP2= yes |