summaryrefslogtreecommitdiffstats
path: root/devel/anjuta/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-17 06:33:42 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-17 06:33:42 +0800
commit98a46984ec63d830c05990e6f597de48ee0b6afb (patch)
tree69c7f04411ae66ebb264c30ae6db7fd464e90684 /devel/anjuta/Makefile
parent19ac6e72032171f3e59e3fa4eb91ba0faa4c241a (diff)
downloadmarcuscom-ports-98a46984ec63d830c05990e6f597de48ee0b6afb.tar
marcuscom-ports-98a46984ec63d830c05990e6f597de48ee0b6afb.tar.gz
marcuscom-ports-98a46984ec63d830c05990e6f597de48ee0b6afb.tar.bz2
marcuscom-ports-98a46984ec63d830c05990e6f597de48ee0b6afb.tar.lz
marcuscom-ports-98a46984ec63d830c05990e6f597de48ee0b6afb.tar.xz
marcuscom-ports-98a46984ec63d830c05990e6f597de48ee0b6afb.tar.zst
marcuscom-ports-98a46984ec63d830c05990e6f597de48ee0b6afb.zip
Update to 2.23.91.
Disable symbol-db plugin for the moment until they get uptodate with the chances in the libgda4 api. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11531 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/anjuta/Makefile')
-rw-r--r--devel/anjuta/Makefile21
1 files changed, 9 insertions, 12 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile
index 0829c8fac..349b0358d 100644
--- a/devel/anjuta/Makefile
+++ b/devel/anjuta/Makefile
@@ -3,11 +3,11 @@
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/anjuta/Makefile,v 1.26 2008/08/05 13:58:52 kwm Exp $
+# $MCom: ports/devel/anjuta/Makefile,v 1.27 2008/08/19 00:22:52 kwm Exp $
#
PORTNAME= anjuta
-PORTVERSION= 2.5.90
+PORTVERSION= 2.23.91
PORTREVISION= 0
CATEGORIES= devel gnome
MASTER_SITES= GNOME
@@ -74,7 +74,6 @@ PLIST_SUB+= SVN="@comment "
.endif
.if defined(WITH_SCINTILLA)
-BROKEN= Building this plugins is currently broken, please rerun 'make config' and disable SCINTILLA
USE_GNOME+= libgnomeprintui
CONFIGURE_ARGS+=--enable-plugin-scintilla
GCONF_SCHEMAS+= anjuta-editor-scintilla.schemas
@@ -84,17 +83,15 @@ PLIST_SUB+= SCINTILLA=""
PLIST_SUB+= SCINTILLA="@comment "
.endif
-.if defined(WITH_SYMBOL)
-USE_GNOME+= libgda4
-CONFIGURE_ARGS+=--enable-plugin-symbol-db
-GCONF_SCHEMAS+= anjuta-symbol-db.schemas
-PLIST_SUB+= SYMBOL=""
-.else
+#.if defined(WITH_SYMBOL)
+#USE_GNOME+= libgda4
+#CONFIGURE_ARGS+=--enable-plugin-symbol-db
+#GCONF_SCHEMAS+= anjuta-symbol-db.schemas
+#PLIST_SUB+= SYMBOL=""
+#.else
CONFIGURE_ARGS+=--disable-plugin-symbol-db
PLIST_SUB+= SYMBOL="@comment "
-.endif
-
-# vala?
+#.endif
post-configure:
@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash| ; \