diff options
author | pooka <pooka> | 2001-11-26 14:47:06 +0000 |
---|---|---|
committer | pooka <pooka> | 2001-11-26 14:47:06 +0000 |
commit | 4b4fed7ec190595f7fc3243d67c0b7151a974200 (patch) | |
tree | c85302d877d8bb26411938ce48ebda1bd70a18ef /x11/xworld | |
parent | b3ac7ca87df10a3a2e18cfeb539d9058417541c4 (diff) | |
download | pkgsrc-4b4fed7ec190595f7fc3243d67c0b7151a974200.tar.gz |
Add PREFIX to configure environment. The configure script needs it.
Diffstat (limited to 'x11/xworld')
-rw-r--r-- | x11/xworld/Makefile | 3 |
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" |