diff options
Diffstat (limited to 'editors/gedit/Makefile')
-rw-r--r-- | editors/gedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 3758401e6d7d..bd31ad794ce0 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -32,8 +32,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtksourceview2 \ desktopfileutils gnomedocutils ltasneededhack GNOME_DESKTOP_VERSION=2 WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION="2.20" MAN1= gedit.1 |