diff options
author | wiz <wiz> | 2002-10-09 23:32:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-09 23:32:07 +0000 |
commit | 943320d236f3d1054334b20cb1f86a4dfc0c3d2b (patch) | |
tree | 8067998eeca6fbf75fdaa8ce5a52f31e29041ecb /print | |
parent | 5b778d1ef6ebf2e3b0b1a8786d69a842b629e019 (diff) | |
download | pkgsrc-943320d236f3d1054334b20cb1f86a4dfc0c3d2b.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 1493434a2bd..8c4c1600d2b 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/09/21 23:46:55 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/09 23:32:07 wiz Exp $ # DISTNAME= lilypond-1.4.13 @@ -12,6 +12,7 @@ COMMENT= GNU Music Typesetter BUILD_DEPENDS+= bison>=1.32:../../devel/bison GNU_CONFIGURE= YES +USE_BUILDLINK2= YES USE_GMAKE= YES MAKEFILE= GNUmakefile @@ -22,8 +23,8 @@ CONFIGURE_ARGS+=--disable-optimising CONFIGURE_ENV+= PYTHON=${PYTHONBIN} PYTHON_VERSIONS_ACCEPTED= 20 21 # 22 has some regular expression problem -.include "../../lang/guile/buildlink.mk" +.include "../../lang/guile/buildlink2.mk" .include "../../lang/python/application.mk" -.include "../../print/teTeX-bin/kpathsea.buildlink.mk" +.include "../../print/teTeX-bin/kpathsea.buildlink2.mk" .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |