diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-26 13:42:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-26 13:42:25 +0800 |
commit | f06b4eaf74921f3ce1a2e5a33ab9610a8fe16dc8 (patch) | |
tree | 39baf62650527ab62e21d52572f015f73b940e66 /games | |
parent | 074d57ff90239aa7fe1ed15acc09a34fea01f11f (diff) | |
download | freebsd-ports-gnome-f06b4eaf74921f3ce1a2e5a33ab9610a8fe16dc8.tar.gz freebsd-ports-gnome-f06b4eaf74921f3ce1a2e5a33ab9610a8fe16dc8.tar.zst freebsd-ports-gnome-f06b4eaf74921f3ce1a2e5a33ab9610a8fe16dc8.zip |
Fix build with bmake by using fmake
Diffstat (limited to 'games')
-rw-r--r-- | games/noegnud-nethack-deet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/noegnud-nethack-deet/Makefile b/games/noegnud-nethack-deet/Makefile index bd7ba2aa99f0..3dc8eb15ddde 100644 --- a/games/noegnud-nethack-deet/Makefile +++ b/games/noegnud-nethack-deet/Makefile @@ -18,7 +18,7 @@ COMMENT= The noeGNUd UI for Nethack with DeeT's hack font patch RUN_DEPENDS= ${LOCALBASE}/share/${NOEGNUDVERSION}/data/gui:${PORTSDIR}/games/noegnud-data NOEGNUDVERSION= ${PORTNAME}-0.8.0 -USES= bison +USES= bison fmake USE_GL= yes WANT_SDL= yes USE_SDL= sdl image mixer |