diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-30 18:06:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-30 18:06:27 +0000 |
commit | b71678b65cb4ce4f5c16da94611be2e0f2472065 (patch) | |
tree | 6a42dbf3f551cd670e9197c6ed6fb7d196faa9c2 /devel/gnome-vfs1/Makefile | |
parent | fd3cb8bbaca93f511600342f1ae28613ab0e72c4 (diff) |
This port requires the bz2 library to build/run.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=31135
Diffstat (limited to 'devel/gnome-vfs1/Makefile')
-rw-r--r-- | devel/gnome-vfs1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gnome-vfs1/Makefile b/devel/gnome-vfs1/Makefile index 891be079ab57..96c899f3be6b 100644 --- a/devel/gnome-vfs1/Makefile +++ b/devel/gnome-vfs1/Makefile @@ -16,7 +16,8 @@ MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ - gconf.8:${PORTSDIR}/devel/gconf + gconf.8:${PORTSDIR}/devel/gconf \ + bz2.1:${PORTSDIR}/archivers/bzip2 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |