diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-03-08 15:55:46 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-03-08 15:55:46 +0000 |
commit | 51ce9a9df6aa955eea8f26c71edf912afddd8ac1 (patch) | |
tree | 618a6e1d28082e30614d5be64583a200b9800dc8 /print/lilypond | |
parent | e33210fef89b8fa71caba1de506dffe7028ab8b7 (diff) | |
download | pkgsrc-51ce9a9df6aa955eea8f26c71edf912afddd8ac1.tar.gz |
Fix PR pkg/44693
* Update HOMEPAGE.
* Remove dependency to ec-fonts-mftraced and mftrace.
* Works fine with python26, delete PYTHON_VERSIONS_ACCEPTED.
* Bump PKGREVISION.
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 664555b62df..7819ba0cc4a 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,21 +1,17 @@ -# $NetBSD: Makefile,v 1.66 2011/01/13 13:39:13 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2011/03/08 15:55:46 ryoon Exp $ # DISTNAME= lilypond-2.12.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= http://lilypond.org/download/sources/v2.12/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://lilypond.org/web/ +HOMEPAGE= http://lilypond.org/ COMMENT= GNU Music Typesetter PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= ec-fonts-mftraced-[0-9]*:../../fonts/ec-fonts-mftraced - -BUILDLINK_API_DEPENDS.mftrace+= mftrace>=1.1.0 - GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_LANGUAGES= c c++ @@ -35,7 +31,6 @@ BUILD_DEPENDS+= urw-fonts-[0-9]*:../../fonts/urw-fonts CONFIGURE_ARGS+= --with-ncsb-dir=${LOCALBASE}/share/fonts/urw CONFIGURE_ARGS+= --disable-optimising CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} -PYTHON_VERSIONS_ACCEPTED= 25 24 REPLACE_PYTHON+= scripts/auxiliar/yyout2grammar.py PLIST_SUBST+= PKGVERSION=${PKGVERSION:S/nb${PKGREVISION}//} @@ -45,7 +40,6 @@ DEPENDS+= potrace>=1.8:../../graphics/potrace .include "../../devel/pango/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" -.include "../../fonts/mftrace/buildlink3.mk" .include "../../lang/guile/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../mk/omf-scrollkeeper.mk" |