diff options
author | jlam <jlam@pkgsrc.org> | 2000-10-05 05:53:35 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-10-05 05:53:35 +0000 |
commit | e99e7432bfb55c85a5b608893e5938d80d16634f (patch) | |
tree | a374a6db49bbec1353f33627874b3505ea0e635c /games/quake/Makefile | |
parent | ed8bfabafbdb9313d86c055e7220140f3f900c7b (diff) | |
download | pkgsrc-e99e7432bfb55c85a5b608893e5938d80d16634f.tar.gz |
Make this compile if xpkgwedge is installed.
Diffstat (limited to 'games/quake/Makefile')
-rw-r--r-- | games/quake/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/quake/Makefile b/games/quake/Makefile index 0bf888d32b8..ba50b80ff90 100644 --- a/games/quake/Makefile +++ b/games/quake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/10/05 04:44:59 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2000/10/05 05:53:35 jlam Exp $ DISTNAME= q1source PKGNAME= quake-2.30 @@ -22,6 +22,9 @@ MAKE_ENV+= MAINDIR=${WRKSRC} NO_WRKSUBDIR= yes USE_X11BASE= yes +EVAL_PREFIX+= MESA_DIR=Mesa +MAKE_ENV+= MESA_DIR=${MESA_DIR} + do-configure: cd ${WRKSRC}/QW && ${LN} -fs Makefile.Linux ${MAKEFILE} cd ${WRKSRC}/WinQuake && ${LN} -fs Makefile.linuxi386 ${MAKEFILE} |