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 /x11-wm/wmakerconf | |
parent | fe366a94317e1457726d9093e697f2d6f6e80325 (diff) |
Notes
Diffstat (limited to 'x11-wm/wmakerconf')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 8899cafd96b2..2890c9194397 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -12,8 +12,10 @@ MASTER_SITES= http://ulli.on.openave.net/wmakerconf/ MAINTAINER= dr@domix.de -RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm \ - bunzip2:${PORTSDIR}/archivers/bzip2 +RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm +.if !exists(/usr/bin/bzip2) +RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2 +.endif LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ |