diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-04-15 17:08:20 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-04-15 17:08:20 +0000 |
commit | 2b9e00e0c2ca42ead800b9cab3f4e4d52dbc673a (patch) | |
tree | f73cfe60d35f224bd4f8adaa1a98629e3dd7ec99 /security | |
parent | f963670d1732582ac40e8e165a406785345246c2 (diff) | |
download | ports-2b9e00e0c2ca42ead800b9cab3f4e4d52dbc673a.tar.gz ports-2b9e00e0c2ca42ead800b9cab3f4e4d52dbc673a.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 12 |
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 |