diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-09-07 00:10:24 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-09-07 00:10:24 +0000 |
commit | 5d38b04f06c39ee19b33151d4e99fdd84a7c233b (patch) | |
tree | 4bc5c166c2f75cfcf46d4ee3d5f1816f5ba79671 /games/quake6/Makefile | |
parent | 532db08129bf7806ab353fa6add8ec8b07cee242 (diff) | |
download | pkgsrc-5d38b04f06c39ee19b33151d4e99fdd84a7c233b.tar.gz |
add USE_X11 so rpath gets correctly set for X libs. Fixes recently noted
ELF problems.
Diffstat (limited to 'games/quake6/Makefile')
-rw-r--r-- | games/quake6/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/quake6/Makefile b/games/quake6/Makefile index 045269a0c15..194a4806b83 100644 --- a/games/quake6/Makefile +++ b/games/quake6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/08/26 05:56:46 itojun Exp $ +# $NetBSD: Makefile,v 1.8 2000/09/07 00:10:24 dmcmahill Exp $ DISTNAME= quake-v6-bsd-kame PKGNAME= quake6-0.0 @@ -22,6 +22,7 @@ post-extract: (cd ${WRKSRC}; ${RM} config.cache) USE_GMAKE= yes +USE_X11= yes GNU_CONFIGURE= yes # This pkg can be built on USE_INET6 platform only |