diff options
author | wiz <wiz@pkgsrc.org> | 2008-06-18 20:29:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-06-18 20:29:32 +0000 |
commit | bd3247bf2d1a15e1dfab07614326b84f1003bfbc (patch) | |
tree | 8a7bcac045cc64e415689cdfe8d593d9179a8462 /print/lilypond/Makefile | |
parent | c1fbdb799ae8eddcb83f8eda6ab6f6929d26639a (diff) | |
download | pkgsrc-bd3247bf2d1a15e1dfab07614326b84f1003bfbc.tar.gz |
Fix a few problems:
. Fontforge version comparison in configure script is broken, because
the numbers get too big for test(1). Comment it out, we know the
pkgsrc version is new enough.
. Do not install any emacs lisp files. Should be a separate package.
. Give path to Century New Schoolbook L fonts to configure script directly.
There seems to be some problem with fc-match in a sandbox (to be
investigated).
Bump PKGREVISION for PLIST change.
Changes created in cooperation with dillo@ and schmonz@ at pkgsrcCon 2008.
Diffstat (limited to 'print/lilypond/Makefile')
-rw-r--r-- | print/lilypond/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index e2eb5cd6e62..4b694136e66 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2008/06/10 08:05:21 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2008/06/18 20:29:32 wiz Exp $ # DISTNAME= lilypond-2.10.33 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= http://lilypond.org/download/sources/v2.10/ @@ -28,6 +29,7 @@ GNU_CONFIGURE_INFODIR= ${PREFIX}/${PKGINFODIR} INFO_DIR= ${GNU_CONFIGURE_INFODIR} INFO_FILES= YES +CONFIGURE_ARGS+= --with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts CONFIGURE_ARGS+= --disable-optimising CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} PYTHON_VERSIONS_ACCEPTED= 25 24 |