aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnomevfs/Makefile
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-07-06 06:01:40 +0800
committerade <ade@FreeBSD.org>2000-07-06 06:01:40 +0800
commit1360954ba6c78bcd5737847165420adcb751a7e5 (patch)
treef6f72e2c4bac9473ac83476109af49ada415517d /devel/gnomevfs/Makefile
parent851da13439a8d94359928bb43fbb95ac7d98bf12 (diff)
downloadfreebsd-ports-gnome-1360954ba6c78bcd5737847165420adcb751a7e5.tar.gz
freebsd-ports-gnome-1360954ba6c78bcd5737847165420adcb751a7e5.tar.zst
freebsd-ports-gnome-1360954ba6c78bcd5737847165420adcb751a7e5.zip
Update to 0.2
Diffstat (limited to 'devel/gnomevfs/Makefile')
-rw-r--r--devel/gnomevfs/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/gnomevfs/Makefile b/devel/gnomevfs/Makefile
index 84a44acaa666..891be079ab57 100644
--- a/devel/gnomevfs/Makefile
+++ b/devel/gnomevfs/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomevfs
-PORTVERSION= 0.1
+PORTVERSION= 0.2
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gnome-vfs
@@ -14,7 +14,9 @@ DISTNAME= gnome-vfs-${PORTVERSION}
MAINTAINER= ade@FreeBSD.org
-LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
+LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
+ capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \
+ gconf.8:${PORTSDIR}/devel/gconf
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
@@ -31,4 +33,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
+MAN5= gnome-vfs-mime.5
+
.include <bsd.port.mk>