pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/lilypond USE_TOOLS+=bison instead of direct BUIL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bc3abaca61d
branches:  trunk
changeset: 510912:6bc3abaca61d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Apr 06 16:27:30 2006 +0000

description:
USE_TOOLS+=bison instead of direct BUILD_DEPENDS on bison.

diffstat:

 print/lilypond/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r edd5c0bfd56f -r 6bc3abaca61d print/lilypond/Makefile
--- a/print/lilypond/Makefile   Thu Apr 06 16:23:41 2006 +0000
+++ b/print/lilypond/Makefile   Thu Apr 06 16:27:30 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2006/04/06 06:22:36 reed Exp $
+# $NetBSD: Makefile,v 1.44 2006/04/06 16:27:30 jlam Exp $
 #
 
 DISTNAME=      lilypond-2.4.3
@@ -11,14 +11,13 @@
 COMMENT=       GNU Music Typesetter
 
 DEPENDS+=      ec-fonts-mftraced-[0-9]*:../../fonts/ec-fonts-mftraced
-BUILD_DEPENDS+=        bison>=1.875nb1:../../devel/bison
 
 BUILDLINK_API_DEPENDS.mftrace+=        mftrace>=1.1.0
 
 GNU_CONFIGURE=         YES
 USE_PKGLOCALEDIR=      YES
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake gs:run makeinfo
+USE_TOOLS+=            bison gmake gs:run makeinfo
 MAKEFILE=              GNUmakefile
 
 TEXINFO_REQD=  4.7



Home | Main Index | Thread Index | Old Index