From aa0d662ad275573144af547782c38e3edd536897 Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 6 Feb 2004 16:26:23 +0000 Subject: Provide default values for variables used in configure. Close PR pkg/24331. --- x11/xworld/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/xworld/Makefile b/x11/xworld/Makefile index e31ddab8a7d..82083e916eb 100644 --- a/x11/xworld/Makefile +++ b/x11/xworld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/02/05 22:19:45 wennmach Exp $ +# $NetBSD: Makefile,v 1.8 2004/02/06 16:26:23 minskim Exp $ # DISTNAME= xworld-2.0 @@ -16,6 +16,7 @@ USE_X11= yes CONFIGURE_ENV+= PREFIX="${PREFIX}" CONFIGURE_ENV+= LDLIBS="-lm ${LDFLAGS} -lX11" +CONFIGURE_ENV+= CAT="${CAT}" STRIP=strip INCLUDES="" MORELIBS="" SUBST_CLASSES+= install SUBST_MESSAGE.install= "Fixing install options." -- cgit v1.2.3