diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-11 13:33:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-11 13:33:49 +0800 |
commit | 99956f57ce5b23439f7ea2358ea3c7a3f9ebe1fe (patch) | |
tree | 41c6e9c5e4c4eb04227447f1cace9d04f30cd52a /security/seahorse | |
parent | 40cd38660c10264a4d66cee2febe0535b6dd0932 (diff) | |
download | freebsd-ports-gnome-99956f57ce5b23439f7ea2358ea3c7a3f9ebe1fe.tar.gz freebsd-ports-gnome-99956f57ce5b23439f7ea2358ea3c7a3f9ebe1fe.tar.zst freebsd-ports-gnome-99956f57ce5b23439f7ea2358ea3c7a3f9ebe1fe.zip |
Switch to using gpgme03 until the maintainer approves the 0.7.5 update.
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 1e18e77d2a40..389d958c9ea7 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -18,7 +18,7 @@ COMMENT= A front end for GnuPG BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= ${BUILD_DEPENDS} -LIB_DEPENDS= gpgme.9:${PORTSDIR}/security/gpgme +LIB_DEPENDS= gpgme.9:${PORTSDIR}/security/gpgme03 USE_BZIP2= yes USE_X_PREFIX= yes |