diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-15 00:23:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-15 00:23:18 +0800 |
commit | 24cf383d3fab624baf37c8047b7670954b2ca805 (patch) | |
tree | 90805cf7c015bc92691659ec2f75bc665a8652f5 /games/noegnud-slashem/Makefile | |
parent | 3b585c73166e7247d77475a9d1b77e21ef4da4f4 (diff) | |
download | freebsd-ports-gnome-24cf383d3fab624baf37c8047b7670954b2ca805.tar.gz freebsd-ports-gnome-24cf383d3fab624baf37c8047b7670954b2ca805.tar.zst freebsd-ports-gnome-24cf383d3fab624baf37c8047b7670954b2ca805.zip |
- Remove useless bmake/fmake check
- While here convert USE_GMAKE to USES
Diffstat (limited to 'games/noegnud-slashem/Makefile')
-rw-r--r-- | games/noegnud-slashem/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/noegnud-slashem/Makefile b/games/noegnud-slashem/Makefile index 408ac31035b8..7761f49d2b03 100644 --- a/games/noegnud-slashem/Makefile +++ b/games/noegnud-slashem/Makefile @@ -18,7 +18,7 @@ COMMENT= The noeGNUd UI for the SLASH'EM variant of 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 @@ -29,10 +29,6 @@ ALL_TARGET= se006e4f8 INSTALL_TARGET= install_se006e4f8 MAKE_JOBS_UNSAFE= yes -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif - NO_STAGE= yes .include <bsd.port.pre.mk> |