svn commit: r370376 - head/games/tuxpaint
Antoine Brodin
antoine at FreeBSD.org
Tue Oct 7 17:21:00 UTC 2014
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 \
More information about the svn-ports-head
mailing list