diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-03 08:25:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-03 08:25:33 +0000 |
commit | 1a7ebaad6c691c46b38da868b8a56c4f4e629f9e (patch) | |
tree | f4f3e0a2141648ab778baa403e308a81b7c88814 /games/prboom/Makefile | |
parent | 7b93f0660027a8bbea33469def3d3baf2004a3ff (diff) | |
download | pkgsrc-1a7ebaad6c691c46b38da868b8a56c4f4e629f9e.tar.gz |
User SDL_mixer/SDL_image instead of SDL-mixer/SDL-image.
Bump PKGREVISION.
Diffstat (limited to 'games/prboom/Makefile')
-rw-r--r-- | games/prboom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile index 2e42f4aeae4..4775e58b6e4 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/02/14 19:37:07 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/04/03 08:25:36 wiz Exp $ # DISTNAME= prboom-2.2.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/} @@ -15,6 +15,6 @@ GNU_CONFIGURE= YES #CONFIGURE_ARGS+= --enable-gl -.include "../../audio/SDL-mixer/buildlink2.mk" +.include "../../audio/SDL_mixer/buildlink2.mk" .include "../../net/SDL_net/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |