From 02c5df6c4df6ce53b2fcfc533355304c5dfac6f5 Mon Sep 17 00:00:00 2001 From: lebel Date: Wed, 17 Jul 2002 20:29:40 +0000 Subject: [PATCH] respect ${CC} --- astro/wmglobe/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astro/wmglobe/Makefile b/astro/wmglobe/Makefile index 14816724690..b384d40311d 100644 --- a/astro/wmglobe/Makefile +++ b/astro/wmglobe/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2002/05/15 09:30:21 wilfried Exp $ +# $OpenBSD: Makefile,v 1.13 2002/07/17 20:29:40 lebel Exp $ COMMENT= 'wm-dockapp; displays the earth on an icon' @@ -24,6 +24,7 @@ LIB_DEPENDS= jpeg.62::graphics/jpeg \ ungif.5::graphics/libungif \ wraster.4::x11/windowmaker +MAKE_ENV= CC="${CC}" USE_X11= Yes NO_REGRESS= Yes