aboutsummaryrefslogtreecommitdiff
path: root/security/seahorse
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-03-03 04:05:46 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-03-03 04:05:46 +0000
commit0b0ebb3eaac6d19b720209685c8a58c9414fba6c (patch)
tree0da7b9b66248443fca6a110e172d1b5ee81cd863 /security/seahorse
parente16f8b5c73526d353cafd01a366775ce15b879bb (diff)
downloadports-0b0ebb3eaac6d19b720209685c8a58c9414fba6c.tar.gz
ports-0b0ebb3eaac6d19b720209685c8a58c9414fba6c.zip
Notes
Diffstat (limited to 'security/seahorse')
-rw-r--r--security/seahorse/Makefile10
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