diff options
-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 |