summaryrefslogtreecommitdiff
path: root/games/ltris
diff options
context:
space:
mode:
authorwiz <wiz>2003-04-03 08:25:33 +0000
committerwiz <wiz>2003-04-03 08:25:33 +0000
commit6f4101d5cf3e145efa778009fe4931a2acf3fb9f (patch)
treef4f3e0a2141648ab778baa403e308a81b7c88814 /games/ltris
parent8578528103456c1271def006ffc6f0fb6d465f3d (diff)
downloadpkgsrc-6f4101d5cf3e145efa778009fe4931a2acf3fb9f.tar.gz
User SDL_mixer/SDL_image instead of SDL-mixer/SDL-image.
Bump PKGREVISION.
Diffstat (limited to 'games/ltris')
-rw-r--r--games/ltris/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile
index ccc70ce8c11..83b3d2fb5f2 100644
--- a/games/ltris/Makefile
+++ b/games/ltris/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2002/08/28 07:58:51 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2003/04/03 08:25:36 wiz Exp $
#
DISTNAME= ltris-1.0.1
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
@@ -14,7 +15,7 @@ USE_X11= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-highscore-path=${LOCALBASE}/share/games/
-.include "../../audio/SDL-mixer/buildlink2.mk"
+.include "../../audio/SDL_mixer/buildlink2.mk"
.include "../../devel/SDL/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"