summaryrefslogtreecommitdiffstats
path: root/games/asc
diff options
context:
space:
mode:
Diffstat (limited to 'games/asc')
-rw-r--r--games/asc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile
index 40d16fa..953dd6c 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
OpenPOWER on IntegriCloud