summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-06 16:26:23 +0000
committerminskim <minskim@pkgsrc.org>2004-02-06 16:26:23 +0000
commitaa0d662ad275573144af547782c38e3edd536897 (patch)
treef4530f28afdfe193119df7a4fd0b156dd4bf2621 /x11
parent05d34654b2f99cbb9ffa4eec05c8af0ba97a3d19 (diff)
downloadpkgsrc-aa0d662ad275573144af547782c38e3edd536897.tar.gz
Provide default values for variables used in configure.
Close PR pkg/24331.
Diffstat (limited to 'x11')
-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."