Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 17:21: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: r370376 - head/games/tuxpaint
Message-ID:  <201410071721.s97HL0Mh005626@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Oct  7 17:20:59 2014
New Revision: 370376
URL: https://svnweb.freebsd.org/changeset/ports/370376
QAT: https://qat.redports.org/buildarchive/r370376/

Log:
  Fix without gperf from base

Modified:
  head/games/tuxpaint/Makefile

Modified: head/games/tuxpaint/Makefile
==============================================================================
--- head/games/tuxpaint/Makefile	Tue Oct  7 17:16:57 2014	(r370375)
+++ head/games/tuxpaint/Makefile	Tue Oct  7 17:20:59 2014	(r370376)
@@ -30,7 +30,8 @@ MAKE_ARGS=	CPPFLAGS="-I${LOCALBASE}/incl
 		GNOME_PREFIX="${PREFIX}" \
 		ARCH_INSTALL="" \
 		OPTFLAGS="${CFLAGS} -DHAVE_STRCASESTR" \
-		SHARED_FLAGS="-shared -fPIC"
+		SHARED_FLAGS="-shared -fPIC" \
+		GPERF="${GPERF}"
 
 INSTALL_TARGET=	install-gettext install-im install-magic-plugins \
 		install-magic-plugin-dev install-default-config \



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