diff options
author | mezz <mezz@FreeBSD.org> | 2009-01-12 01:02:05 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-01-12 01:02:05 +0800 |
commit | 2c1ae5a1665a3b74f859caf789ff5202ff4762fb (patch) | |
tree | 6b102380fd328c3993c654cafc5909c32dea28b4 /editors/gedit-plugins/Makefile | |
parent | 288f419fb38a7d964ef67c9d31c7f17ad6b754e3 (diff) | |
download | freebsd-ports-gnome-2c1ae5a1665a3b74f859caf789ff5202ff4762fb.tar.gz freebsd-ports-gnome-2c1ae5a1665a3b74f859caf789ff5202ff4762fb.tar.zst freebsd-ports-gnome-2c1ae5a1665a3b74f859caf789ff5202ff4762fb.zip |
Add a missing dependency, gnome-vfs2. Bump the PORTREVISION.
Reported by: pointyhat via pav
Diffstat (limited to 'editors/gedit-plugins/Makefile')
-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" |