diff options
author | trevor <trevor@FreeBSD.org> | 2001-02-28 17:31:04 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-02-28 17:31:04 +0800 |
commit | d042e78c6043709af63a0820d4426e467672202a (patch) | |
tree | 2a35dbc9d98d0762b2380608a13be0ce269dbb5e /print | |
parent | e3d0ab3dc3e406ad388105d644401d211b811b5d (diff) | |
download | freebsd-ports-gnome-d042e78c6043709af63a0820d4426e467672202a.tar.gz freebsd-ports-gnome-d042e78c6043709af63a0820d4426e467672202a.tar.zst freebsd-ports-gnome-d042e78c6043709af63a0820d4426e467672202a.zip |
Change a dependency: teTeX is required for building, not just
running, lilypond.
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
Diffstat (limited to 'print')
-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" |