diff options
Diffstat (limited to 'editors/gedit/Makefile')
-rw-r--r-- | editors/gedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index af6ac9b792f6..0de92d763045 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -8,6 +8,7 @@ PORTNAME= gedit PORTVERSION= 2.12.1 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12 @@ -23,7 +24,7 @@ USE_X_PREFIX= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack intlhack \ libgnomeprintui libgnomeui eel2 gtksourceview desktopfileutils CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |