diff options
author | tron <tron@pkgsrc.org> | 2001-01-14 12:40:11 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-14 12:40:11 +0000 |
commit | ca16911296715af7ca35e78267d4ff804517413f (patch) | |
tree | 44bd9ce08094c4947adc9d7d31ccbd93e36e78e6 /graphics | |
parent | 15292b446211b2dec48000f49b48dac0072125ff (diff) | |
download | pkgsrc-ca16911296715af7ca35e78267d4ff804517413f.tar.gz |
Set "${CC}" in make environment.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/Makefile | 3 |
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" |