summaryrefslogtreecommitdiff
path: root/x11/xworld/Makefile
diff options
context:
space:
mode:
authorpooka <pooka>2001-11-26 14:47:06 +0000
committerpooka <pooka>2001-11-26 14:47:06 +0000
commit4e932adfcc62bf480dd019d8362f0a392b6cc065 (patch)
treec85302d877d8bb26411938ce48ebda1bd70a18ef /x11/xworld/Makefile
parentd9854315f56aa22a9091ab582e13f21ba5671984 (diff)
downloadpkgsrc-4e932adfcc62bf480dd019d8362f0a392b6cc065.tar.gz
Add PREFIX to configure environment. The configure script needs it.
Diffstat (limited to 'x11/xworld/Makefile')
-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"