diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-04 03:28:52 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-04 03:28:52 +0800 |
commit | 755ea3b4ad98ad74ac0b2a87bab127837b90491d (patch) | |
tree | 8fcea698040099f87739523458d31ef7fef7f66d /security | |
parent | 5a26264367745c38966f92f3c4eae3161b01f305 (diff) | |
download | marcuscom-ports-755ea3b4ad98ad74ac0b2a87bab127837b90491d.tar.gz marcuscom-ports-755ea3b4ad98ad74ac0b2a87bab127837b90491d.tar.zst marcuscom-ports-755ea3b4ad98ad74ac0b2a87bab127837b90491d.zip |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 17 |
1 files 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 <dave@mu.org> # # $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 <bsd.port.pre.mk> -.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 |