summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2001-02-28 09:31:04 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2001-02-28 09:31:04 +0000
commit04bdd91748d2b65054dfad92aa6d80656d17f63b (patch)
tree6e2fb06f3956d5eb9ad344d86f5b27b7a0ed0841 /print
parentMore info in pkg-message. (diff)
Change a dependency: teTeX is required for building, not just
running, lilypond. Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
Notes
Notes: svn path=/head/; revision=38880
Diffstat (limited to 'print')
-rw-r--r--print/lilypond/Makefile4
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"