Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2013 06:19:09 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323688 - head/games/noegnud-nethack
Message-ID:  <201307260619.r6Q6J9mM007136@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307260619.r6Q6J9mM007136>