summaryrefslogtreecommitdiff
path: root/games/scummvm
diff options
context:
space:
mode:
authoradam <adam>2003-07-10 11:36:25 +0000
committeradam <adam>2003-07-10 11:36:25 +0000
commitf29d1a6b2a99087e806e1590cd52ac1908e535e5 (patch)
treee84f5c823dd671956eff007105606140eb62a8ee /games/scummvm
parent1519915ad1fd18fe158cd63ff6da052c64aa8497 (diff)
downloadpkgsrc-f29d1a6b2a99087e806e1590cd52ac1908e535e5.tar.gz
Revision bumped; dependency changed from mad to libmad
Diffstat (limited to 'games/scummvm')
-rw-r--r--games/scummvm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index a5241b3c5fa..32f8bee137d 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2003/06/02 01:19:35 jschauma Exp $
+# $NetBSD: Makefile,v 1.11 2003/07/10 11:36:25 adam Exp $
DISTNAME= scummvm-0.4.1
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/}
EXTRACT_SUFX= .tar.bz2
@@ -21,5 +22,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/scummvm
.include "../../devel/SDL/buildlink2.mk"
-.include "../../audio/mad/buildlink2.mk"
+.include "../../audio/libmad/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"