pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/rocksndiamonds-levels Fix dependency pattern.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a93bcdbac2b
branches:  trunk
changeset: 482823:1a93bcdbac2b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 03 15:38:26 2004 +0000

description:
Fix dependency pattern.

diffstat:

 games/rocksndiamonds-levels/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1b37319b6660 -r 1a93bcdbac2b games/rocksndiamonds-levels/Makefile
--- a/games/rocksndiamonds-levels/Makefile      Wed Nov 03 15:35:41 2004 +0000
+++ b/games/rocksndiamonds-levels/Makefile      Wed Nov 03 15:38:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/11/03 15:13:37 adam Exp $
+# $NetBSD: Makefile,v 1.8 2004/11/03 15:38:26 wiz Exp $
 
 DISTNAME=      rocksndiamonds-levels-1.0
 CATEGORIES=    games x11
@@ -11,7 +11,7 @@
 HOMEPAGE=      http://www.artsoft.org/rocksndiamonds/
 COMMENT=       DX, Emerald Mine, and Sokoban levels for Rocks'N'Diamonds
 
-DEPENDS+=      rocksndiamonds-[,sdl]>=1.4.0:../../games/rocksndiamonds
+DEPENDS+=      rocksndiamonds{,-sdl}>=1.4.0:../../games/rocksndiamonds
 
 EXTRACT_ONLY=  # empty
 NO_CONFIGURE=  yes



Home | Main Index | Thread Index | Old Index