aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2008-04-16 01:08:20 +0800
committermezz <mezz@FreeBSD.org>2008-04-16 01:08:20 +0800
commite51cc0b2049e1b0946edb667c486029da0684243 (patch)
treeeba90d03635e84f825980d8982628e94a5a96281 /security
parent2c0cbcdcc3a9f615abd3327eda3cdf4e6cfb96fe (diff)
downloadfreebsd-ports-gnome-e51cc0b2049e1b0946edb667c486029da0684243.tar.gz
freebsd-ports-gnome-e51cc0b2049e1b0946edb667c486029da0684243.tar.zst
freebsd-ports-gnome-e51cc0b2049e1b0946edb667c486029da0684243.zip
In 2.22, it requires gnome-keyring and no longer provide optional now. Fix
the gnome-keyring dependency and bump the PORTREVISION. Reported by: Dino Vliet <dino_vliet@yahoo.com>
Diffstat (limited to 'security')
-rw-r--r--security/seahorse/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 6c5aaaae2811..2b7837cf8510 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -8,7 +8,7 @@
PORTNAME= seahorse
PORTVERSION= 2.22.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -19,7 +19,8 @@ COMMENT= GNOME application for managing encryption keys (PGP, SSH)
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
+ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
+ gnome-keyring:${PORTSDIR}/security/gnome-keyring
USE_LDCONFIG= yes
USE_BZIP2= yes
@@ -42,7 +43,6 @@ OPTIONS= LDAP "Enable LDAP support" on \
HKP "Enable HKP keyserver interface" on \
NOTIFY "Enable libnotify support" on \
APPLET "Enable clipboard encryption applet" on \
- KEYRING "Enable GNOME Keyring support" on \
MDNS "Enable mDNS key sharing" on \
GEDIT "Enable GEdit plug-in support" on \
NAUTILUS "Enable the Nautilus component" on \
@@ -106,12 +106,6 @@ CONFIGURE_ARGS+=--disable-applet
PLIST_SUB+= APPLET="@comment "
.endif
-.if !defined(WITHOUT_KEYRING)
-LIB_DEPENDS+= gnome-keyring:${PORTSDIR}/security/gnome-keyring
-.else
-CONFIGURE_ARGS+=--disable-gnome-keyring
-.endif
-
.if !defined(WITHOUT_MDNS)
LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app
.else