diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-10 09:30:36 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-10 09:30:36 +0000 |
commit | 49d52f7eade763050d8b95c617a7017172c9109f (patch) | |
tree | ad1a16353d6e06e1f18d5225949863ca73356420 /security/seahorse | |
parent | 4036adf0c1c9db19bada593d5693e14deb79a476 (diff) | |
download | ports-49d52f7eade763050d8b95c617a7017172c9109f.tar.gz ports-49d52f7eade763050d8b95c617a7017172c9109f.zip |
Notes
Diffstat (limited to 'security/seahorse')
-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 |