diff options
author | kris <kris@FreeBSD.org> | 2003-05-06 14:53:02 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-06 14:53:02 +0800 |
commit | 2fcc32ed284d134168e2f9b04abd0e5e2ab0be24 (patch) | |
tree | 11a4095c7591699237eee84265ae4f476412b93c /games/asc | |
parent | 5b1edc18a2e4d635c0dc69f81c40829cc406e5f0 (diff) | |
download | freebsd-ports-gnome-2fcc32ed284d134168e2f9b04abd0e5e2ab0be24.tar.gz freebsd-ports-gnome-2fcc32ed284d134168e2f9b04abd0e5e2ab0be24.tar.zst freebsd-ports-gnome-2fcc32ed284d134168e2f9b04abd0e5e2ab0be24.zip |
BROKEN: Configure fails
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 |