summaryrefslogtreecommitdiff
path: root/x11/xworld
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-06 16:26:23 +0000
committerminskim <minskim>2004-02-06 16:26:23 +0000
commitb282821853e9b8eb06650e927a54d2be09ddea49 (patch)
treef4530f28afdfe193119df7a4fd0b156dd4bf2621 /x11/xworld
parent8a19db1e8c04d1dbe5dd7ed4703f2e0c3c3d44e0 (diff)
downloadpkgsrc-b282821853e9b8eb06650e927a54d2be09ddea49.tar.gz
Provide default values for variables used in configure.
Close PR pkg/24331.
Diffstat (limited to 'x11/xworld')
-rw-r--r--x11/xworld/Makefile3
1 files changed, 2 insertions, 1 deletions
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."