svn commit: r323683 - head/games/noegnud-nethack-deet

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 26 05:42:26 UTC 2013


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


More information about the svn-ports-all mailing list