diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-02-28 09:31:04 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-02-28 09:31:04 +0000 |
commit | 04bdd91748d2b65054dfad92aa6d80656d17f63b (patch) | |
tree | 6e2fb06f3956d5eb9ad344d86f5b27b7a0ed0841 /print/lilypond | |
parent | e5d1074265d3194d77b66d35f63dbab992dc1738 (diff) | |
download | ports-04bdd91748d2b65054dfad92aa6d80656d17f63b.tar.gz ports-04bdd91748d2b65054dfad92aa6d80656d17f63b.zip |
Notes
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 3e68bbbcda7a..b31605e75f01 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -14,9 +14,9 @@ MASTER_SITES= ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/development/ MAINTAINER= trevor@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison +BUILD_DEPENDS= ${LOCALBASE}/bin/bison:${PORTSDIR}/devel/bison \ + ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile -RUN_DEPENDS= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX GNU_CONFIGURE= YES #CONFIGURE_ENV= ${MAKEINFO}="makeinfo --no-split" |