summaryrefslogtreecommitdiffstats
path: root/security/seahorse
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-14 05:32:33 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-14 05:32:33 +0800
commit76725938f0f4a026fb660657aa7440ddebc7806d (patch)
tree1b09c6fd66bb031b8948711d330201b1e9df360a /security/seahorse
parentb9485a20bd7ab634da2da9b9556e46518d12a77d (diff)
downloadmarcuscom-ports-76725938f0f4a026fb660657aa7440ddebc7806d.tar
marcuscom-ports-76725938f0f4a026fb660657aa7440ddebc7806d.tar.gz
marcuscom-ports-76725938f0f4a026fb660657aa7440ddebc7806d.tar.bz2
marcuscom-ports-76725938f0f4a026fb660657aa7440ddebc7806d.tar.lz
marcuscom-ports-76725938f0f4a026fb660657aa7440ddebc7806d.tar.xz
marcuscom-ports-76725938f0f4a026fb660657aa7440ddebc7806d.tar.zst
marcuscom-ports-76725938f0f4a026fb660657aa7440ddebc7806d.zip
Disable nautilus module for now as it doesn't build.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10063 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/seahorse')
-rw-r--r--security/seahorse/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 3b0342b51..2611554e0 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -3,7 +3,7 @@
# Whom: Dave McKay <dave@mu.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/security/seahorse/Makefile,v 1.49 2007/12/23 18:25:56 kwm Exp $
#
PORTNAME= seahorse
@@ -38,8 +38,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GCONF_SCHEMAS= seahorse.schemas
MAN1= seahorse-agent.1 seahorse-daemon.1 seahorse-tool.1
-OPTIONS= NAUTILUS "Enable the Nautilus component" on \
- LDAP "Enable LDAP support" on \
+#OPTIONS= NAUTILUS "Enable the Nautilus component" on
+OPTIONS= LDAP "Enable LDAP support" on \
HKP "Enable HKP keyserver interface" on \
EPIPHANY "Enable Epiphany plug-in support" on \
NOTIFY "Enable libnotify support" on \
@@ -60,13 +60,13 @@ PLIST_SUB+= GEDIT="@comment "
CONFIGURE_ARGS+=--disable-gedit
.endif
-.if !defined(WITHOUT_NAUTILUS)
-USE_GNOME+= nautilus2
-PLIST_SUB+= NAUTILUS=""
-.else
+#.if !defined(WITHOUT_NAUTILUS)
+#USE_GNOME+= nautilus2
+#PLIST_SUB+= NAUTILUS=""
+#.else
PLIST_SUB+= NAUTILUS="@comment "
CONFIGURE_ARGS+=--disable-nautilus
-.endif
+#.endif
.if !defined(WITHOUT_LDAP)
USE_OPENLDAP= yes