summaryrefslogtreecommitdiff
path: root/x11/xworld/Makefile
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2001-11-26 14:47:06 +0000
committerpooka <pooka@pkgsrc.org>2001-11-26 14:47:06 +0000
commitf68601edb86835dec87691c9a9bbef1e53550013 (patch)
treec85302d877d8bb26411938ce48ebda1bd70a18ef /x11/xworld/Makefile
parent0a59d641046df6ca6bc7d3a60feb01ee0f74b4da (diff)
downloadpkgsrc-f68601edb86835dec87691c9a9bbef1e53550013.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"