summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-02 02:10:30 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-02 02:10:30 +0800
commit10e5f757de698f8016cb7b20e110e6062ec759a5 (patch)
tree37200d841fbefca695ceddbd4264e4331b50004d /security
parenta6ac97b824fb06da0970ecfd053b18d81922ab39 (diff)
downloadmarcuscom-ports-10e5f757de698f8016cb7b20e110e6062ec759a5.tar
marcuscom-ports-10e5f757de698f8016cb7b20e110e6062ec759a5.tar.gz
marcuscom-ports-10e5f757de698f8016cb7b20e110e6062ec759a5.tar.bz2
marcuscom-ports-10e5f757de698f8016cb7b20e110e6062ec759a5.tar.lz
marcuscom-ports-10e5f757de698f8016cb7b20e110e6062ec759a5.tar.xz
marcuscom-ports-10e5f757de698f8016cb7b20e110e6062ec759a5.tar.zst
marcuscom-ports-10e5f757de698f8016cb7b20e110e6062ec759a5.zip
Disable gedit support for now, and re-enable epiphany support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9108 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r--security/seahorse/Makefile33
1 files changed, 17 insertions, 16 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index 78e8ef5af..eb68f2d48 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -3,11 +3,12 @@
# Whom: Dave McKay <dave@mu.org>
#
# $FreeBSD$
-# $MCom: ports/security/seahorse/Makefile,v 1.36 2007/05/19 21:36:21 marcus Exp $
+# $MCom: ports/security/seahorse/Makefile,v 1.37 2007/06/25 04:51:20 mezz Exp $
#
PORTNAME= seahorse
PORTVERSION= 2.19.4
+PORTREVISION= 1
CATEGORIES= security gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -41,24 +42,24 @@ MAN1= seahorse-agent.1 seahorse-daemon.1 seahorse-tool.1
OPTIONS= NAUTILUS "Enable the Nautilus component" on \
LDAP "Enable LDAP support" on \
HKP "Enable HKP keyserver interface" on \
- GEDIT "Enable GEdit plug-in support" on \
+ EPIPHANY "Enable Epiphany plug-in support" on \
NOTIFY "Enable libnotify support" on \
APPLET "Enable clipboard encryption applet" on \
KEYRING "Enable GNOME Keyring support" on \
MDNS "Enable mDNS key sharing" on
-# EPIPHANY "Enable Epiphany plug-in support" on
+# GEDIT "Enable GEdit plug-in support" on
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_GEDIT)
-BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit
-RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit
-PLIST_SUB+= GEDIT=""
-GCONF_SCHEMAS+= seahorse-gedit.schemas
-.else
+#.if !defined(WITHOUT_GEDIT)
+#BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit
+#RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit
+#PLIST_SUB+= GEDIT=""
+#GCONF_SCHEMAS+= seahorse-gedit.schemas
+#.else
PLIST_SUB+= GEDIT="@comment "
CONFIGURE_ARGS+=--disable-gedit
-.endif
+#.endif
.if !defined(WITHOUT_NAUTILUS)
USE_GNOME+= nautilus2
@@ -86,14 +87,14 @@ LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
CONFIGURE_ARGS+=--disable-libnotify
.endif
-#.if !defined(WITHOUT_EPIPHANY)
-#BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
-#RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
-#PLIST_SUB+= EPHY="" EPHY_VERSION="2.18"
-#.else
+.if !defined(WITHOUT_EPIPHANY)
+BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
+RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
+PLIST_SUB+= EPHY="" EPHY_VERSION="2.18"
+.else
CONFIGURE_ARGS+=--disable-epiphany
PLIST_SUB+= EPHY="@comment "
-#.endif
+.endif
.if !defined(WITHOUT_APPLET)
USE_GNOME+= gnomepanel