svn commit: r326112 - head/games/pushover

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 22:52:04 UTC 2013


Author: bapt
Date: Mon Sep  2 22:52:04 2013
New Revision: 326112
URL: http://svnweb.freebsd.org/changeset/ports/326112

Log:
  Fix stupid mistake

Modified:
  head/games/pushover/Makefile

Modified: head/games/pushover/Makefile
==============================================================================
--- head/games/pushover/Makefile	Mon Sep  2 22:50:21 2013	(r326111)
+++ head/games/pushover/Makefile	Mon Sep  2 22:52:04 2013	(r326112)
@@ -12,12 +12,11 @@ COMMENT=	A puzzle game where the goal is
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
 GNU_CONFIGURE=	yes
-USES=		gmake pkgconfig
 USE_SDL=	sdl mixer ttf
 USE_LUA=	5.1
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES=		gettext
+USES=		gettext gmake pkgconfig
 
 PORTDOCS=	*
 


More information about the svn-ports-all mailing list