diff options
author | marcus <marcus@FreeBSD.org> | 2009-03-03 12:05:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-03-03 12:05:46 +0800 |
commit | cd2890fa36ace0ab30aa68bb29090a8226ecae1f (patch) | |
tree | e6235dab5755f9aa7a341bfd4f657b30cea99228 /security | |
parent | 956c885ab2913beb75c0b1a7c21eb456796a1c90 (diff) | |
download | freebsd-ports-gnome-cd2890fa36ace0ab30aa68bb29090a8226ecae1f.tar.gz freebsd-ports-gnome-cd2890fa36ace0ab30aa68bb29090a8226ecae1f.tar.zst freebsd-ports-gnome-cd2890fa36ace0ab30aa68bb29090a8226ecae1f.zip |
Make the HKP interface mandatory.
PR: 130503
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 0b5e7cd21ef2..7e20072ec6b4 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -20,7 +20,8 @@ BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg LIB_DEPENDS= gpgme.17:${PORTSDIR}/security/gpgme \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring + gnome-keyring:${PORTSDIR}/security/gnome-keyring \ + soup-2.4.1:${PORTSDIR}/devel/libsoup USE_LDCONFIG= yes USE_BZIP2= yes @@ -37,7 +38,6 @@ GCONF_SCHEMAS= seahorse.schemas MAN1= seahorse-daemon.1 OPTIONS= LDAP "Enable LDAP support" on \ - HKP "Enable HKP keyserver interface" on \ NOTIFY "Enable libnotify support" on \ MDNS "Enable mDNS key sharing" on @@ -49,12 +49,6 @@ USE_OPENLDAP= yes CONFIGURE_ARGS+=--disable-ldap .endif -.if !defined(WITHOUT_HKP) -LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup -.else -CONFIGURE_ARGS+=--disable-hkp -.endif - .if !defined(WITHOUT_NOTIFY) LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify .else |