Make the HKP interface mandatory.
PR: 130503
This commit is contained in:
parent
e16f8b5c73
commit
0b0ebb3eaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229398
1 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue