diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-02 14:29:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-02 14:29:48 +0000 |
commit | ce0ffffc586e35c86d36f41b4db1b5adfbe52625 (patch) | |
tree | 593f64058abf6e7675b4177f1b4aea3e68fd3c98 /games | |
parent | e6556a8b2a5f186ac64e3e7ea7140b95a5cc5ad9 (diff) | |
download | pkgsrc-ce0ffffc586e35c86d36f41b4db1b5adfbe52625.tar.gz |
Fix some pkglint warnings. Replace USE_PERL5
by adding perl to the tools.
Diffstat (limited to 'games')
-rw-r--r-- | games/bzflag/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile index 4d32ce7174b..746299760b6 100644 --- a/games/bzflag/Makefile +++ b/games/bzflag/Makefile @@ -1,20 +1,18 @@ -# $NetBSD: Makefile,v 1.19 2005/06/02 14:24:04 blymn Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/02 14:29:48 wiz Exp $ DISTNAME= bzflag-2.0.2.20050318 PKGNAME= ${DISTNAME:S/.20050318//} -PKGREVISION= 0 CATEGORIES= games x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bzflag/} -MAINTAINER= dtremenak@users.sourceforge.net +MAINTAINER= dtremenak@users.sourceforge.net HOMEPAGE= http://www.bzflag.org/ COMMENT= OpenGL tank game GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake perl USE_LANGUAGES= c c++ USE_NCURSES= # resize_term() -USE_PERL5= build USE_X11= yes CPPFLAGS+= -I/usr/pkg/include -I${X11BASE}/include |