summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz>2003-02-14 19:37:07 +0000
committerwiz <wiz>2003-02-14 19:37:07 +0000
commitedf1827f407fe7b6d589b8c9e9b91a586a7fc4a0 (patch)
tree51825430b7465bf7b746ff3c77fdad2f9f675e99 /games
parentd7dfb7ee51dc59b290aab5a31b70adc640901c3f (diff)
downloadpkgsrc-edf1827f407fe7b6d589b8c9e9b91a586a7fc4a0.tar.gz
Bump PKGREVISION: Include SDL-mixer buildlink2.mk for sound. Closes PR 20024.
Diffstat (limited to 'games')
-rw-r--r--games/prboom/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile
index 507378ef47f..2e42f4aeae4 100644
--- a/games/prboom/Makefile
+++ b/games/prboom/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2002/09/06 16:01:38 zuntum Exp $
+# $NetBSD: Makefile,v 1.6 2003/02/14 19:37:07 wiz Exp $
#
DISTNAME= prboom-2.2.3
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/}
@@ -14,5 +15,6 @@ GNU_CONFIGURE= YES
#CONFIGURE_ARGS+= --enable-gl
+.include "../../audio/SDL-mixer/buildlink2.mk"
.include "../../net/SDL_net/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"