diff options
author | minskim <minskim@pkgsrc.org> | 2012-03-07 15:27:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2012-03-07 15:27:30 +0000 |
commit | 0891e856b52703f4991ebeb56810dc470c5fd39e (patch) | |
tree | aea659ec4b03bf58d08e93a79c16bf344df19b40 | |
parent | 7dfa4c7f5696d9e10685005722ca8e8bccc00473 (diff) | |
download | pkgsrc-0891e856b52703f4991ebeb56810dc470c5fd39e.tar.gz |
Reduce lilypond's dependencies on TeX.
-rw-r--r-- | print/lilypond/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index d8e61f1ad89..5b1998a007a 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.76 2012/03/03 00:13:50 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2012/03/07 15:27:30 minskim Exp $ # DISTNAME= lilypond-2.14.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v2.14/ @@ -11,6 +11,9 @@ HOMEPAGE= http://lilypond.org/ COMMENT= GNU Music Typesetter LICENSE= gnu-gpl-v2 +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES @@ -54,5 +57,4 @@ USE_TOOLS+= flex .include "../../lang/guile/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../mk/omf-scrollkeeper.mk" -.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |