summaryrefslogtreecommitdiff
path: root/x11/xworld
diff options
context:
space:
mode:
authorpooka <pooka>2001-11-26 14:47:06 +0000
committerpooka <pooka>2001-11-26 14:47:06 +0000
commit4b4fed7ec190595f7fc3243d67c0b7151a974200 (patch)
treec85302d877d8bb26411938ce48ebda1bd70a18ef /x11/xworld
parentb3ac7ca87df10a3a2e18cfeb539d9058417541c4 (diff)
downloadpkgsrc-4b4fed7ec190595f7fc3243d67c0b7151a974200.tar.gz
Add PREFIX to configure environment. The configure script needs it.
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 fd1969a1eec..4adfe02802c 100644
--- a/x11/xworld/Makefile
+++ b/x11/xworld/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/05/17 08:32:14 abs Exp $
+# $NetBSD: Makefile,v 1.5 2001/11/26 14:47:06 pooka Exp $
#
DISTNAME= xworld-2.0
@@ -11,6 +11,7 @@ COMMENT= Earth as seen from the direction of the sun
HAS_CONFIGURE= yes
+CONFIGURE_ENV+= PREFIX="${PREFIX}"
CONFIGURE_ENV+= LDLIBS="-lm ${LDFLAGS} -lX11"
.include "../../mk/bsd.pkg.mk"