summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-01-14 12:40:11 +0000
committertron <tron@pkgsrc.org>2001-01-14 12:40:11 +0000
commitca16911296715af7ca35e78267d4ff804517413f (patch)
tree44bd9ce08094c4947adc9d7d31ccbd93e36e78e6 /graphics
parent15292b446211b2dec48000f49b48dac0072125ff (diff)
downloadpkgsrc-ca16911296715af7ca35e78267d4ff804517413f.tar.gz
Set "${CC}" in make environment.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/netpbm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index d57194911e4..c54a2448463 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2001/01/11 21:08:39 dent Exp $
+# $NetBSD: Makefile,v 1.50 2001/01/14 12:40:11 tron Exp $
DISTNAME= netpbm-9.7
CATEGORIES= graphics
@@ -15,6 +15,7 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALL_TARGET= install-dev install
+MAKE_ENV+= CC=${CC}
MAKEFILE= GNUmakefile
.include "../../mk/bsd.prefs.mk"