diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-11 20:26:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-11 20:26:57 +0000 |
commit | 013a9b12e38c9feb63c7f5f2ccb2993acb671c53 (patch) | |
tree | 6ba834b8b722506d1d4b33bfde088cfddd253795 /games/fortunes-calvin | |
parent | 5d25b328aff3da9c3ac30d59a15ed3bfe75a8fa2 (diff) | |
download | pkgsrc-013a9b12e38c9feb63c7f5f2ccb2993acb671c53.tar.gz |
Fix BUILD_DEPENDS pattern.
Diffstat (limited to 'games/fortunes-calvin')
-rw-r--r-- | games/fortunes-calvin/Makefile | 4 |
1 files changed, 2 insertions, 2 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} |