diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-25 23:34:06 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-25 23:34:06 +0800 |
commit | 91d33474732775a2431b7e2a5fd90e512c6f9e6b (patch) | |
tree | 6a7f15abb52a54e92825c1c6ed6bd83c6a930c94 /editors | |
parent | 2f4bfc44a6618d31688e236fef2bd5422b0931a5 (diff) | |
download | marcuscom-ports-91d33474732775a2431b7e2a5fd90e512c6f9e6b.tar marcuscom-ports-91d33474732775a2431b7e2a5fd90e512c6f9e6b.tar.gz marcuscom-ports-91d33474732775a2431b7e2a5fd90e512c6f9e6b.tar.bz2 marcuscom-ports-91d33474732775a2431b7e2a5fd90e512c6f9e6b.tar.lz marcuscom-ports-91d33474732775a2431b7e2a5fd90e512c6f9e6b.tar.xz marcuscom-ports-91d33474732775a2431b7e2a5fd90e512c6f9e6b.tar.zst marcuscom-ports-91d33474732775a2431b7e2a5fd90e512c6f9e6b.zip |
Explicit disable zeitgeist support.
Submitted by: tcb on irc.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15608 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile index bc2c4cb4e..28536093f 100644 --- a/editors/gedit3/Makefile +++ b/editors/gedit3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit3/Makefile,v 1.6 2011/03/14 21:41:34 kwm Exp $ +# $MCom: ports/editors/gedit3/Makefile,v 1.7 2011/03/23 12:44:32 kwm Exp $ # PORTNAME= gedit @@ -34,7 +34,7 @@ USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gtksourceview3 libxml2 \ desktopfileutils gnomedocutils GNOME_DESKTOP_VERSION=3 -CONFIGURE_ARGS= --disable-updater +CONFIGURE_ARGS= --disable-updater --enable-indicator=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= VERSION="3.0" |