diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-07 17:20:59 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-07 17:20:59 +0000 |
commit | 4b9359229cf51694b6afcd3fcb81c9c1ad91ec01 (patch) | |
tree | c5b31dd766850e9f97dc861e18b0075c6772294a /games/tuxpaint | |
parent | fc33cdfcdeef7da99cab131de7376f23579ee858 (diff) |
Notes
Diffstat (limited to 'games/tuxpaint')
-rw-r--r-- | games/tuxpaint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index 99b7abbc54cc..ab29ae7e2efb 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -30,7 +30,8 @@ MAKE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ 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 \ |