pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games Fix BUILD_DEPENDS pattern.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15f236a5a97a
branches:  trunk
changeset: 502969:15f236a5a97a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 11 20:26:57 2005 +0000

description:
Fix BUILD_DEPENDS pattern.

diffstat:

 games/fortunes-calvin/Makefile |  4 ++--
 games/fortunes-de/Makefile     |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r cc23b0336278 -r 15f236a5a97a games/fortunes-calvin/Makefile
--- a/games/fortunes-calvin/Makefile    Fri Nov 11 20:26:43 2005 +0000
+++ b/games/fortunes-calvin/Makefile    Fri Nov 11 20:26:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/10/10 19:13:47 jschauma Exp $
+# $NetBSD: Makefile,v 1.3 2005/11/11 20:26:57 wiz Exp $
 #
 
 DISTNAME=      fortunes-calvin-0.2
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.netmeister.org/misc.html
 COMMENT=       Fortunes from the famous Calvin & Hobbes comic strips
 
-BUILD_DEPENDS+=        fortune-strfile-*:../../games/fortune-strfile
+BUILD_DEPENDS+=        fortune-strfile-[0-9]*:../../games/fortune-strfile
 
 STRFILE=       ${LOCALBASE}/bin/strfile
 WRKSRC=                ${WRKDIR}
diff -r cc23b0336278 -r 15f236a5a97a games/fortunes-de/Makefile
--- a/games/fortunes-de/Makefile        Fri Nov 11 20:26:43 2005 +0000
+++ b/games/fortunes-de/Makefile        Fri Nov 11 20:26:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/01/21 15:20:38 drochner Exp $
+# $NetBSD: Makefile,v 1.9 2005/11/11 20:26:57 wiz Exp $
 #
 
 DISTNAME=      fortunes-de_0.19.orig
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://packages.debian.org/unstable/games/fortunes-de.html
 COMMENT=       German data files for fortune
 
-BUILD_DEPENDS+=        fortune-strfile-*:../../games/fortune-strfile
+BUILD_DEPENDS+=        fortune-strfile-[0-9]*:../../games/fortune-strfile
 STRFILE=       ${LOCALBASE}/bin/strfile
 
 WRKSRC=                ${WRKDIR}/fortunes-de-0.19



Home | Main Index | Thread Index | Old Index