diff options
author | ade <ade@FreeBSD.org> | 2001-06-01 06:48:50 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-01 06:48:50 +0800 |
commit | 8b56a3eff8562cbd31d054bd1fe43e8758b77dcb (patch) | |
tree | 9ce70f540d369f6da3c0119482014cb98045ffdd /print/lilypond | |
parent | 135a55971ca86954d7b994373d775c161f7ee0db (diff) | |
download | freebsd-ports-gnome-8b56a3eff8562cbd31d054bd1fe43e8758b77dcb.tar.gz freebsd-ports-gnome-8b56a3eff8562cbd31d054bd1fe43e8758b77dcb.tar.zst freebsd-ports-gnome-8b56a3eff8562cbd31d054bd1fe43e8758b77dcb.zip |
Replace explicit build dependency on bison with USE_BISON knob
Diffstat (limited to 'print/lilypond')
-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 b31605e75f01..23cd9c4bcf0f 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -14,8 +14,7 @@ MASTER_SITES= ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/development/ MAINTAINER= trevor@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison \ - ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX +BUILD_DEPENDS= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile GNU_CONFIGURE= YES @@ -24,6 +23,7 @@ GNU_CONFIGURE= YES MAN1= abc2ly.1 as2text.1 convert-ly.1 etf2ly.1 lilypond-book.1 \ lilypond.1 ly2dvi.1 midi2ly.1 musedata2ly.1 pmx2ly.1 +USE_BISON= yes USE_GMAKE= YES USE_PYTHON= YES MAKEFILE= GNUmakefile |