summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2008-03-25 13:39:35 +0000
committerMichael Johnson <ahze@FreeBSD.org>2008-03-25 13:39:35 +0000
commit2f17a9d20991a63689c94f9a8e7b3092d0610396 (patch)
treee15b17293e7b8ee9cdf4387c1d6f32669a719173
parentFix fetch of x11/gnome-panel-reference (diff)
Fix build for GNOME 2.22
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=209772
-rw-r--r--devel/gnome-vfs-monikers/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnome-vfs-monikers/Makefile b/devel/gnome-vfs-monikers/Makefile
index 5d270961338a..dbd08b553077 100644
--- a/devel/gnome-vfs-monikers/Makefile
+++ b/devel/gnome-vfs-monikers/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnome-vfs-monikers
PORTVERSION= 2.15.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/..$//}
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/..$//}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome-vfs monikers module
-USE_GNOME= gnomevfs2
+USE_GNOME= gnomevfs2 libbonobo
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \