diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-30 08:19:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-30 08:19:05 +0000 |
commit | 8e3130afa92a9ee899af851b723084b11cf1e081 (patch) | |
tree | 50aa0123991061b7d47792c0821b3d7276f1a6e3 /print | |
parent | 629e567ff8fe780c14c6bc7f54d7303e3c89e903 (diff) | |
download | pkgsrc-8e3130afa92a9ee899af851b723084b11cf1e081.tar.gz |
Add [0-9]* to pattern for safety.
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index a9a72c0f825..793ea31b6d3 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/12/30 05:11:57 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.27 2004/12/30 08:19:05 wiz Exp $ # DISTNAME= lilypond-2.4.3 @@ -9,7 +9,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://lilypond.org/web/ COMMENT= GNU Music Typesetter -DEPENDS+= ec-fonts-mftraced-*:../../fonts/ec-fonts-mftraced +DEPENDS+= ec-fonts-mftraced-[0-9]*:../../fonts/ec-fonts-mftraced BUILD_DEPENDS+= bison>=1.875nb1:../../devel/bison GNU_CONFIGURE= YES |