svn commit: r326184 - head/games/tuxpaint

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 17:17:00 UTC 2013


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}" \


More information about the svn-ports-head mailing list