svn commit: r370354 - head/games/tuxpaint

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 7 15:57:44 UTC 2014


Author: bapt
Date: Tue Oct  7 15:57:43 2014
New Revision: 370354
URL: https://svnweb.freebsd.org/changeset/ports/370354
QAT: https://qat.redports.org/buildarchive/r370354/

Log:
  Fix without gperf in base

Modified:
  head/games/tuxpaint/Makefile

Modified: head/games/tuxpaint/Makefile
==============================================================================
--- head/games/tuxpaint/Makefile	Tue Oct  7 15:56:31 2014	(r370353)
+++ head/games/tuxpaint/Makefile	Tue Oct  7 15:57:43 2014	(r370354)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libfribidi.so:${PORTSDIR}/c
 RUN_DEPENDS=	anytopnm:${PORTSDIR}/graphics/netpbm \
 		bash:${PORTSDIR}/shells/bash
 
-USES=		gettext gmake pkgconfig shebangfix
+USES=		gettext gmake gperf pkgconfig shebangfix
 SHEBANG_FILES=	src/tuxpaint-import.sh
 USE_GNOME=	librsvg2
 USE_SDL=	image mixer sdl ttf pango


More information about the svn-ports-head mailing list