summaryrefslogtreecommitdiff
path: root/graphics/tuxpaint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tuxpaint/Makefile')
-rw-r--r--graphics/tuxpaint/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/tuxpaint/Makefile b/graphics/tuxpaint/Makefile
index 48feae0b918..3af10e6c162 100644
--- a/graphics/tuxpaint/Makefile
+++ b/graphics/tuxpaint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/05/22 20:08:07 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2005/12/05 20:50:22 rillig Exp $
#
DISTNAME= tuxpaint-0.9.14
@@ -22,13 +22,13 @@ BUILDLINK_DEPENDS.SDL_image+= SDL_image>=1.2.4
CONFLICTS+= tuxpaint-stamps<2003.12.23
-MAKE_ENV+= CONFDIR="${PKG_SYSCONFDIR}" CP="${CP}" CHMOD="${CHMOD}"
+MAKE_ENV+= CONFDIR=${PKG_SYSCONFDIR:Q} CP=${CP:Q} CHMOD=${CHMOD:Q}
EGDIR= ${PREFIX}/share/examples/tuxpaint
CONF_FILES= ${EGDIR}/tuxpaint.conf ${PKG_SYSCONFDIR}/tuxpaint.conf
# this uses iconv and png functions directly, so link against them
# explicitly.
-MAKE_ENV+= LIBS="${LIBS}"
+MAKE_ENV+= LIBS=${LIBS:M*:Q}
LIBS+= -liconv
LIBS+= -lpng