diff options
author | kris <kris@FreeBSD.org> | 2004-05-21 13:32:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-21 13:32:47 +0800 |
commit | 0ac14a4df1e8586465b71bf59b57ea4900898b90 (patch) | |
tree | 970ae720bd06930861f33318d9bc1188a552fd72 /games/egoboo | |
parent | 9c90b9856b30ae6e789da5a405a8e607061883b1 (diff) | |
download | freebsd-ports-gnome-0ac14a4df1e8586465b71bf59b57ea4900898b90.tar.gz freebsd-ports-gnome-0ac14a4df1e8586465b71bf59b57ea4900898b90.tar.zst freebsd-ports-gnome-0ac14a4df1e8586465b71bf59b57ea4900898b90.zip |
BROKEN: gmake is a BUILD_DEPENDS but is used in the patch phase
Diffstat (limited to 'games/egoboo')
-rw-r--r-- | games/egoboo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/egoboo/Makefile b/games/egoboo/Makefile index 88f08b407acf..58d2e5e478fa 100644 --- a/games/egoboo/Makefile +++ b/games/egoboo/Makefile @@ -15,6 +15,8 @@ DISTNAME= ego222 MAINTAINER= Jan.Stocker@t-online.de COMMENT= A 3d dungeon crawling adventure in the spirit of NetHack +BROKEN= "gmake is a BUILD_DEPENDS but is used in the patch phase" + WRKSRC= ${WRKDIR}/${PORTNAME} USE_SDL= sdl USE_MESA= yes |