diff options
Diffstat (limited to 'editors/gedit2/Makefile')
-rw-r--r-- | editors/gedit2/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index d9331404264b..c62463a22acb 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gedit2 -PORTVERSION= 2.4.1 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4 +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6 DISTNAME= gedit-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -24,11 +23,11 @@ USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_GMAKE= yes USE_LIBTOOL_VER=13 -USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeprintui libgnomeui \ - eel2 gtksourceview +USE_GNOME= gnomeprefix gnomehack intlhack lthack gnomehier \ + libgnomeprintui libgnomeui eel2 gtksourceview CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= VERSION="2.4" +PLIST_SUB= VERSION="2.6" MAN1= gedit.1 |