Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2013 05:42:26 +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: r323683 - head/games/noegnud-nethack-deet
Message-ID:  <201307260542.r6Q5gQ5x096499@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jul 26 05:42:25 2013
New Revision: 323683
URL: http://svnweb.freebsd.org/changeset/ports/323683

Log:
  Fix build with bmake by using fmake

Modified:
  head/games/noegnud-nethack-deet/Makefile

Modified: head/games/noegnud-nethack-deet/Makefile
==============================================================================
--- head/games/noegnud-nethack-deet/Makefile	Fri Jul 26 05:41:36 2013	(r323682)
+++ head/games/noegnud-nethack-deet/Makefile	Fri Jul 26 05:42:25 2013	(r323683)
@@ -18,7 +18,7 @@ COMMENT=	The noeGNUd UI for Nethack with
 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



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