diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-31 02:06:27 +0800 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-31 02:06:27 +0800 |
commit | b71678b65cb4ce4f5c16da94611be2e0f2472065 (patch) | |
tree | 6a42dbf3f551cd670e9197c6ed6fb7d196faa9c2 /devel/gnomevfs2 | |
parent | fd3cb8bbaca93f511600342f1ae28613ab0e72c4 (diff) | |
download | freebsd-ports-gnome-b71678b65cb4ce4f5c16da94611be2e0f2472065.tar.gz freebsd-ports-gnome-b71678b65cb4ce4f5c16da94611be2e0f2472065.tar.zst freebsd-ports-gnome-b71678b65cb4ce4f5c16da94611be2e0f2472065.zip |
This port requires the bz2 library to build/run.
Approved by: maintainer
Diffstat (limited to 'devel/gnomevfs2')
-rw-r--r-- | devel/gnomevfs2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 891be079ab57..96c899f3be6b 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/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 |