pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/lilypond Needs pkg-config, and does not like pyt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72073deed4d2
branches:  trunk
changeset: 543226:72073deed4d2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 10 08:05:21 2008 +0000

description:
Needs pkg-config, and does not like python<2.4.
XXX: still does not build for me because it does not accept fontforge.

diffstat:

 print/lilypond/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 0e3ac1826ed3 -r 72073deed4d2 print/lilypond/Makefile
--- a/print/lilypond/Makefile   Tue Jun 10 02:20:42 2008 +0000
+++ b/print/lilypond/Makefile   Tue Jun 10 08:05:21 2008 +0000
@@ -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 @@
 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 @@
 
 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}//}
 



Home | Main Index | Thread Index | Old Index