Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 22:52:04 +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: r326112 - head/games/pushover
Message-ID:  <201309022252.r82Mq4Nm008349@svn.freebsd.org>

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



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