Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 15:57:44 +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: r370354 - head/games/tuxpaint
Message-ID:  <201410071557.s97FviPj061386@svn.freebsd.org>

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



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