pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/simutrans simutrans: Fix DEPENDS match.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7125a3a41551
branches:  trunk
changeset: 343004:7125a3a41551
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Oct 28 13:39:02 2019 +0000

description:
simutrans: Fix DEPENDS match.

diffstat:

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

diffs (18 lines):

diff -r 2af086844cf2 -r 7125a3a41551 games/simutrans/Makefile
--- a/games/simutrans/Makefile  Mon Oct 28 13:32:37 2019 +0000
+++ b/games/simutrans/Makefile  Mon Oct 28 13:39:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/10/26 11:27:09 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/28 13:39:02 jperkin Exp $
 
 DISTNAME=      simutrans-src-120-4-1
 PKGNAME=       ${DISTNAME:S/-/./g:S/.src./-/1}
@@ -11,7 +11,7 @@
 COMMENT=       Transportation simulation game
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      simutrans-pak128-[0-9]:../../games/simutrans-pak128
+DEPENDS+=      simutrans-pak128-[0-9]*:../../games/simutrans-pak128
 
 EXTRACT_DIR=   ${WRKDIR}/simutrans
 WRKSRC=                ${WRKDIR}/simutrans



Home | Main Index | Thread Index | Old Index