aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-gnomevfs
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-21 03:45:34 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-21 03:45:34 +0000
commite145a4aeada82aeb9e9ec6f39d602cede6af41cb (patch)
tree4d31f76e58a06eb9bc82f597be95b0a7793e58bd /devel/ruby-gnomevfs
parenteb859e5a0ccb7f4ffc1d7643e7fbb18a90260d11 (diff)
downloadports-e145a4aeada82aeb9e9ec6f39d602cede6af41cb.tar.gz
ports-e145a4aeada82aeb9e9ec6f39d602cede6af41cb.zip
Use USE_GNOME to fix build on bento.
Notes
Notes: svn path=/head/; revision=89088
Diffstat (limited to 'devel/ruby-gnomevfs')
-rw-r--r--devel/ruby-gnomevfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-gnomevfs/Makefile b/devel/ruby-gnomevfs/Makefile
index 0cdbc1853f46..4752b2392663 100644
--- a/devel/ruby-gnomevfs/Makefile
+++ b/devel/ruby-gnomevfs/Makefile
@@ -18,9 +18,9 @@ MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby binding for GnomeVFS
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2
-LIB_DEPENDS= gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2
USE_RUBY= yes
+USE_GNOME= gnomevfs2
USE_RUBY_EXTCONF= yes
.include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common"