summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-08 04:03:14 +0000
committerjlam <jlam@pkgsrc.org>2004-02-08 04:03:14 +0000
commita1c40fc01e1737a857b8fa9bb6d54626ea356936 (patch)
tree11342275f655e55025aec319c80c509cee054445 /graphics/png
parent7edd809ba5c320a75e8b07a38b5185ffba678b14 (diff)
downloadpkgsrc-a1c40fc01e1737a857b8fa9bb6d54626ea356936.tar.gz
We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,
etc. because the bare variables will point to the correct executables.
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index c89bb78f8b1..612659c5d19 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2004/01/15 21:07:42 jlam Exp $
+# $NetBSD: Makefile,v 1.54 2004/02/08 04:03:15 jlam Exp $
# On update, don't forget to increase shared library major/minor's in
# accordance with changes (patch-aa).
@@ -27,7 +27,7 @@ LIBPNG_SO_MAJOR= 3
LIBPNG_SO_MINOR= 1
MAKEFILE= scripts/makefile.std
-MAKE_ENV+= REALCC="${BUILDLINK_CC}"
+MAKE_ENV+= REALCC="${CC}"
MAKE_ENV+= LIBPNG_SO_MAJOR=${LIBPNG_SO_MAJOR}
MAKE_ENV+= LIBPNG_SO_MINOR=${LIBPNG_SO_MINOR}
PLIST_SUBST+= LIBPNG_SO_MAJOR=${LIBPNG_SO_MAJOR}