diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-26 14:19:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-26 14:19:09 +0800 |
commit | 1b77e34ebfa0cb9f6a2d8ffab26493ebebcacbf2 (patch) | |
tree | bdcbab121ff95c76a768e69faa3562d5a17d318e /games | |
parent | 24393088757adab94a296fd35a42f6e66dfa5604 (diff) | |
download | freebsd-ports-gnome-1b77e34ebfa0cb9f6a2d8ffab26493ebebcacbf2.tar.gz freebsd-ports-gnome-1b77e34ebfa0cb9f6a2d8ffab26493ebebcacbf2.tar.zst freebsd-ports-gnome-1b77e34ebfa0cb9f6a2d8ffab26493ebebcacbf2.zip |
Fix build with bmake
Diffstat (limited to 'games')
-rw-r--r-- | games/noegnud-nethack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/noegnud-nethack/Makefile b/games/noegnud-nethack/Makefile index 5a81abe811b3..72d35de87900 100644 --- a/games/noegnud-nethack/Makefile +++ b/games/noegnud-nethack/Makefile @@ -18,7 +18,7 @@ COMMENT= The noeGNUd UI for the vanilla Nethack RUN_DEPENDS= ${LOCALBASE}/share/${NOEGNUDVERSION}/data/gui:${PORTSDIR}/games/noegnud-data NOEGNUDVERSION= ${PORTNAME}-0.8.0 -USES= bison +USES= bison gmake USE_GL= yes WANT_SDL= yes USE_SDL= sdl image mixer |