diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index fdaec42e4..b5a08a508 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/editors/gedit/Makefile,v 1.9 2007/12/02 02:00:32 marcus Exp $ +# $MCom: ports/editors/gedit/Makefile,v 1.74 2008/01/25 08:34:28 marcus Exp $ # PORTNAME= gedit PORTVERSION= 2.21.1 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -28,7 +29,7 @@ USE_LDCONFIG= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gtksourceview2 \ - desktopfileutils + desktopfileutils gnomedocutils WANT_GNOME= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |