aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-03-30 12:52:12 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2021-03-30 12:52:12 +0000
commitaa6d4f5743698c59992f9dabcd9cd7e922a1bcfc (patch)
tree6cac6b1a8c5f27dd4dca32813d44e06b561db5b6 /print
parentc8d44ceb8947dea57f6950f51bfd356208d4a96f (diff)
downloadports-aa6d4f5743698c59992f9dabcd9cd7e922a1bcfc.tar.gz
ports-aa6d4f5743698c59992f9dabcd9cd7e922a1bcfc.zip
print/lilypond: Add build option to use Guile2
PR: 254572 Submitted by: m.ne@gmx.net (maintainer)
Notes
Notes: svn path=/head/; revision=569553
Diffstat (limited to 'print')
-rw-r--r--print/lilypond/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index 65180651f07d..0fdd830e9e99 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -25,7 +25,6 @@ BUILD_DEPENDS= bash:shells/bash \
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libgmp.so:math/gmp \
- libguile.so:lang/guile1 \
libltdl.so:devel/libltdl
RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejavu \
mftrace:print/mftrace
@@ -61,11 +60,16 @@ INFO= lilypond-changes \
music-glossary
PLIST_SUB= DISTVERSION=${DISTVERSION}
-OPTIONS_DEFINE= URW NLS
+OPTIONS_DEFINE= GUILE2 NLS URW
OPTIONS_SUB= yes
+GUILE2_DESC= Use guile2 (will incur some performance penalty)
URW_DESC= Use bundled URW fonts
+GUILE2_LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded \
+ libguile-2.2.so:lang/guile2
+GUILE2_LIB_DEPENDS_OFF= libguile.so:lang/guile1
+
NLS_USES= gettext
URW_BUILD_DEPENDS= urw-core35-fonts>0:x11-fonts/urw-core35-fonts