diff options
Diffstat (limited to 'games/asc')
-rw-r--r-- | games/asc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index a44b1c31acca..22b6ddf0e7cd 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -25,6 +25,8 @@ LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif +BROKEN= "Configure fails" + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config |