summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2008-06-10 08:05:21 +0000
committerwiz <wiz>2008-06-10 08:05:21 +0000
commit89bd1bbe9c007476f6ff0562a66b26bb698a5dbf (patch)
tree7e63f4e0640ab3fb5a91370b6f6f0c5168299965
parentbdd365c40468c1d04ee86e51b411bb06b9c3eb34 (diff)
downloadpkgsrc-89bd1bbe9c007476f6ff0562a66b26bb698a5dbf.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.
-rw-r--r--print/lilypond/Makefile7
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}//}