diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-15 20:33:16 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-15 20:33:16 +0000 |
commit | 329c977502884c573478573703d4fdc1cf47cc3c (patch) | |
tree | da7218515b0cf9493f15d3656391a819ed46faac /devel/gnome-vfs1 | |
parent | fe366a94317e1457726d9093e697f2d6f6e80325 (diff) | |
download | ports-329c977502884c573478573703d4fdc1cf47cc3c.tar.gz ports-329c977502884c573478573703d4fdc1cf47cc3c.zip |
Notes
Diffstat (limited to 'devel/gnome-vfs1')
-rw-r--r-- | devel/gnome-vfs1/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/gnome-vfs1/Makefile b/devel/gnome-vfs1/Makefile index b685b77e470a..40048717a24f 100644 --- a/devel/gnome-vfs1/Makefile +++ b/devel/gnome-vfs1/Makefile @@ -14,8 +14,10 @@ DISTNAME= gnome-vfs-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gconf-1.1:${PORTSDIR}/devel/gconf \ - bz2.1:${PORTSDIR}/archivers/bzip2 +LIB_DEPENDS= gconf-1.1:${PORTSDIR}/devel/gconf +.if !exists(/usr/bin/bzip2) +LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 +.endif USE_GMAKE= yes USE_X_PREFIX= yes |