svn commit: r323688 - head/games/noegnud-nethack

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 26 06:19:09 UTC 2013


Author: bapt
Date: Fri Jul 26 06:19:09 2013
New Revision: 323688
URL: http://svnweb.freebsd.org/changeset/ports/323688

Log:
  Fix build with bmake

Modified:
  head/games/noegnud-nethack/Makefile

Modified: head/games/noegnud-nethack/Makefile
==============================================================================
--- head/games/noegnud-nethack/Makefile	Fri Jul 26 06:13:38 2013	(r323687)
+++ head/games/noegnud-nethack/Makefile	Fri Jul 26 06:19:09 2013	(r323688)
@@ -18,7 +18,7 @@ COMMENT=	The noeGNUd UI for the vanilla 
 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


More information about the svn-ports-all mailing list