Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 17:17:00 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326184 - head/games/tuxpaint
Message-ID:  <201309031717.r83HH0jx080540@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Sep  3 17:17:00 2013
New Revision: 326184
URL: http://svnweb.freebsd.org/changeset/ports/326184

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/games/tuxpaint/Makefile

Modified: head/games/tuxpaint/Makefile
==============================================================================
--- head/games/tuxpaint/Makefile	Tue Sep  3 17:15:08 2013	(r326183)
+++ head/games/tuxpaint/Makefile	Tue Sep  3 17:17:00 2013	(r326184)
@@ -17,7 +17,7 @@ OPTIONS_DEFINE=	DOCS
 
 USE_GNOME=	librsvg2
 USE_SDL=	image mixer sdl ttf pango
-USES=		gettext gmake
+USES=		gettext gmake pkgconfig
 MAKE_ARGS=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib" \
 		PREFIX="${PREFIX}" \



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