diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-22 20:28:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-22 20:28:47 +0000 |
commit | 0d726abfaa4f189a515e45626dc3920ad80b64b0 (patch) | |
tree | 241d2823c401d78f7a7f1c2fef687b213864c459 /games | |
parent | cf75d3457ab1e7b663c132061abb304c4e559456 (diff) | |
download | pkgsrc-0d726abfaa4f189a515e45626dc3920ad80b64b0.tar.gz |
Replace explicit build dependencies on bison and manipulations on the
YACC variable with USE_TOOLS+=bison.
Diffstat (limited to 'games')
-rw-r--r-- | games/quakeforge/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 3d6dd179b68..e1a36ddd4d1 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:03 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/05/22 20:28:47 jlam Exp $ DISTNAME= quakeforge-0.5.5 PKGREVISION= 2 @@ -9,16 +9,13 @@ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://www.quakeforge.net/ COMMENT= Improved Quake engine -BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison - CONFIGURE_ARGS+= --with-cpp="${CPP} %d %i %o" CONFIGURE_ARGS+= --disable-ogg CONFIGURE_ARGS+= --disable-xmms GNU_CONFIGURE= YES -USE_TOOLS+= gmake +USE_TOOLS+= bison gmake USE_LIBTOOL= YES USE_X11= YES -YACC= ${LOCALBASE}/bin/bison SUBST_CLASSES+= dsp SUBST_STAGE.dsp= post-patch |