summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-15 20:33:16 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-15 20:33:16 +0000
commit329c977502884c573478573703d4fdc1cf47cc3c (patch)
treeda7218515b0cf9493f15d3656391a819ed46faac /games
parentUpdate to 4154. (diff)
Conditionalize bzip2 dependencies.
Notes
Notes: svn path=/head/; revision=46297
Diffstat (limited to 'games')
-rw-r--r--games/asc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile
index 40d16fa4b502..953dd6c56455 100644
--- a/games/asc/Makefile
+++ b/games/asc/Makefile
@@ -16,8 +16,10 @@ MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
SDL_image.10:${PORTSDIR}/graphics/sdl_image \
- bz2.1:${PORTSDIR}/archivers/bzip2 \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+.if !exists(/usr/bin/bzip2)
+LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
+.endif
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-beta