diff options
author | dmcmahill <dmcmahill> | 2000-09-07 00:10:24 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-09-07 00:10:24 +0000 |
commit | d778332f43dee2829563f5cbc1fbae5f8dd293dd (patch) | |
tree | 4bc5c166c2f75cfcf46d4ee3d5f1816f5ba79671 /games/quake6 | |
parent | 0390d4bf431b3bd9d06c8cf56a0a8c406bb85ab6 (diff) | |
download | pkgsrc-d778332f43dee2829563f5cbc1fbae5f8dd293dd.tar.gz |
add USE_X11 so rpath gets correctly set for X libs. Fixes recently noted
ELF problems.
Diffstat (limited to 'games/quake6')
-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 |