Fix PR pkg/44693

* Update HOMEPAGE.
* Remove dependency to ec-fonts-mftraced and mftrace.
* Works fine with python26, delete PYTHON_VERSIONS_ACCEPTED.
* Bump PKGREVISION.
This commit is contained in:
ryoon 2011-03-08 15:55:46 +00:00
parent e33210fef8
commit 51ce9a9df6

View file

@ -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"