diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-20 00:37:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-20 00:37:57 +0800 |
commit | 077484d7160d58968db85ef7e448b8e6fccb0112 (patch) | |
tree | 07b882e94dce8917ed36ca550b360b55c150bcbc /print/lilypond | |
parent | 55b052c11cfb16daf99646f3b7fb1204fb5e46a5 (diff) | |
download | freebsd-ports-gnome-077484d7160d58968db85ef7e448b8e6fccb0112.tar.gz freebsd-ports-gnome-077484d7160d58968db85ef7e448b8e6fccb0112.tar.zst freebsd-ports-gnome-077484d7160d58968db85ef7e448b8e6fccb0112.zip |
Chase guile shared lib number.
Prompted by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index f7a08f68cc96..2c41884d9a19 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/v1.3/ \ MAINTAINER= trevor@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/teTeX -LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile BROKEN= "needs bison 1.28 or earlier" |