diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-08 20:48:32 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-08 20:48:32 +0000 |
commit | b38ec8550cb3e601be86b5224720e52a564ca25a (patch) | |
tree | 45d8fc7bb165c5bb1a0fb92522d5ddeb6101539a | |
parent | 3317c4d90706af956004ae514b6b600d85c40ccf (diff) | |
download | pkgsrc-b38ec8550cb3e601be86b5224720e52a564ca25a.tar.gz |
convert to use tex.buidlink3.mk (it will install with tetex3 now)
-rw-r--r-- | print/lilypond/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index d7d70706bcb..d0ddedb5588 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2005/05/22 20:08:28 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2005/11/08 20:48:32 tonio Exp $ # DISTNAME= lilypond-2.4.3 @@ -46,8 +46,8 @@ post-install: .include "../../fonts/mftrace/buildlink3.mk" .include "../../lang/guile/buildlink3.mk" .include "../../lang/python/application.mk" -.include "../../print/teTeX-bin/kpathsea.buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" +.include "../../mk/tex.buildlink3.mk" .include "../../mk/emacs.mk" .include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" |