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 /games | |
parent | fe366a94317e1457726d9093e697f2d6f6e80325 (diff) | |
download | ports-329c977502884c573478573703d4fdc1cf47cc3c.tar.gz ports-329c977502884c573478573703d4fdc1cf47cc3c.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/asc/Makefile | 4 |
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 |