diff options
Diffstat (limited to 'editors/gedit3/Makefile')
-rw-r--r-- | editors/gedit3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile index 226098701..a877155b9 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.10 2011/03/30 22:56:31 kwm Exp $ +# $MCom: ports/editors/gedit3/Makefile,v 1.11 2011/04/05 15:26:46 kwm Exp $ # PORTNAME= gedit @@ -33,7 +33,6 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gtksourceview3 libxml2 \ desktopfileutils gnomedocutils pygobject -GNOME_DESKTOP_VERSION=3 CONFIGURE_ARGS= --disable-updater --enable-indicator=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |