diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-01-11 17:02:05 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-01-11 17:02:05 +0000 |
commit | 552ecc8dcc645fa02931b995e4fdcfdb4e06bbca (patch) | |
tree | 73847f5c1a99d70243d032f6ee7274cd410a768e /editors/gedit-plugins | |
parent | a4e14a55bece38999aa0bfae397425863ff21e04 (diff) |
Notes
Diffstat (limited to 'editors/gedit-plugins')
-rw-r--r-- | editors/gedit-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index 4dddde49f8e1..5581f112acbd 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -8,6 +8,7 @@ PORTNAME= gedit-plugins PORTVERSION= 2.22.5 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -25,7 +26,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack gnomeprefix intlhack +USE_GNOME= gnomehack gnomeprefix intlhack gnomevfs2 WANT_GNOME= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |