diff options
author | wiz <wiz@pkgsrc.org> | 2008-06-10 08:05:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-06-10 08:05:21 +0000 |
commit | 87cc1b5550cd7ff33a58136f9a76db3310f5479a (patch) | |
tree | 7e63f4e0640ab3fb5a91370b6f6f0c5168299965 /print/lilypond | |
parent | 2c418d56e97ec2c56561a74fe75847f915a1953d (diff) | |
download | pkgsrc-87cc1b5550cd7ff33a58136f9a76db3310f5479a.tar.gz |
Needs pkg-config, and does not like python<2.4.
XXX: still does not build for me because it does not accept fontforge.
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index a6905925cf6..e2eb5cd6e62 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2008/05/14 20:25:16 sborrill Exp $ +# $NetBSD: Makefile,v 1.53 2008/06/10 08:05:21 wiz Exp $ # DISTNAME= lilypond-2.10.33 @@ -16,7 +16,7 @@ BUILDLINK_API_DEPENDS.mftrace+= mftrace>=1.1.0 GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_LANGUAGES= c c++ -USE_TOOLS+= bison flex gmake gs:run makeinfo perl msgfmt +USE_TOOLS+= bison flex gmake gs:run makeinfo perl pkg-config msgfmt MAKE_FILE= GNUmakefile .include "../../mk/bsd.prefs.mk" @@ -30,8 +30,7 @@ INFO_FILES= YES CONFIGURE_ARGS+= --disable-optimising CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_ACCEPTED= 23 21 -# 22 has some regular expression problem +PYTHON_VERSIONS_ACCEPTED= 25 24 PLIST_SUBST+= PKGVERSION=${PKGVERSION:S/nb${PKGREVISION}//} |