pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/lilypond



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Sep 15 17:14:19 UTC 2016

Modified Files:
        pkgsrc/print/lilypond: Makefile

Log Message:
Note that lilypond rejects guile20

"ERROR: Please install required programs:  guile-config < 1.9.0 (installed: 2.0.12)"


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/print/lilypond/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/lilypond/Makefile
diff -u pkgsrc/print/lilypond/Makefile:1.110 pkgsrc/print/lilypond/Makefile:1.111
--- pkgsrc/print/lilypond/Makefile:1.110        Thu Sep 15 14:32:41 2016
+++ pkgsrc/print/lilypond/Makefile      Thu Sep 15 17:14:19 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2016/09/15 14:32:41 wiz Exp $
+# $NetBSD: Makefile,v 1.111 2016/09/15 17:14:19 gdt Exp $
 
 DISTNAME=      lilypond-2.18.2
 PKGREVISION=   7
@@ -64,6 +64,7 @@ BUILDLINK_API_DEPENDS.flex+=  flex>=2.6.0
 .include "../../devel/flex/buildlink3.mk"
 .include "../../devel/pango/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
+# lilypond's configure rejects guile2
 .include "../../lang/guile/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/omf-scrollkeeper.mk"



Home | Main Index | Thread Index | Old Index