From 755ea3b4ad98ad74ac0b2a87bab127837b90491d Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 3 Jan 2006 19:28:52 +0000 Subject: Disable the gedit plugin. It won't build. Hopefully it will when the next seahorse is released. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5337 df743ca5-7f9a-e211-a948-0013205c9059 --- security/seahorse/Makefile | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index ffad895e6..3daf1b7c1 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,7 +3,7 @@ # Whom: Dave McKay # # $FreeBSD: ports/security/seahorse/Makefile,v 1.47 2005/11/15 06:51:04 ade Exp $ -# $MCom: ports/security/seahorse/Makefile,v 1.8 2005/10/14 20:39:58 adamw Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.10 2005/12/29 18:47:25 adamw Exp $ # PORTNAME= seahorse @@ -41,15 +41,16 @@ OPTIONS= GEDIT "Enable the gedit plug-in" on \ .include -.if defined(WITH_GEDIT) -BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit -PLIST_SUB+= GEDIT="" -GCONF_SCHEMAS+= seahorse-gedit.schemas -.else +# Uncomment when seahorse is updated past 0.8. +#.if defined(WITH_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(WITH_NAUTILUS) USE_GNOME+= nautilus2 -- cgit v1.2.3