diff options
-rw-r--r-- | games/fortunes-calvin/Makefile | 4 | ||||
-rw-r--r-- | games/fortunes-de/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/fortunes-calvin/Makefile b/games/fortunes-calvin/Makefile index a6174699e27..034336597f6 100644 --- a/games/fortunes-calvin/Makefile +++ b/games/fortunes-calvin/Makefile @@ -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 @@ MAINTAINER= jschauma@NetBSD.org 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 --git a/games/fortunes-de/Makefile b/games/fortunes-de/Makefile index b0f5eb90a97..59791cab3da 100644 --- a/games/fortunes-de/Makefile +++ b/games/fortunes-de/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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 |