View | Details | Raw Unified | Return to bug 277004 | Differences between
and this patch

Collapse All | Expand All

(-)b/print/lilypond/Makefile (-2 / +6 lines)
Lines 27-33 RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejav Link Here
27
		mftrace:print/mftrace
27
		mftrace:print/mftrace
28
28
29
USES=		bison:build compiler:c++11-lib cpe ghostscript gmake gnome \
29
USES=		bison:build compiler:c++11-lib cpe ghostscript gmake gnome \
30
		guile:2.2 magick:7,build perl5 pkgconfig python
30
		magick:7,build perl5 pkgconfig python
31
USE_CXXSTD=	c++14
31
USE_CXXSTD=	c++14
32
USE_GNOME=	pango
32
USE_GNOME=	pango
33
USE_PERL5=	build
33
USE_PERL5=	build
Lines 59-71 INFO= lilypond-changes \ Link Here
59
		music-glossary
59
		music-glossary
60
PLIST_SUB=	DISTVERSION=${DISTVERSION}
60
PLIST_SUB=	DISTVERSION=${DISTVERSION}
61
61
62
OPTIONS_DEFINE=	NLS URW
62
OPTIONS_DEFINE=	GUILE2 NLS URW
63
OPTIONS_DEFAULT=	GUILE2
63
OPTIONS_SUB=	yes
64
OPTIONS_SUB=	yes
64
65
66
GUILE2_DESC=	Use guile2 instead of guile3
65
URW_DESC=	Use bundled URW fonts
67
URW_DESC=	Use bundled URW fonts
66
68
67
NLS_USES=	gettext
69
NLS_USES=	gettext
68
70
71
GUILE2_USES=		guile:2.2
72
GUILE2_USES_OFF=	guile:3.0
69
URW_BUILD_DEPENDS=	urw-base35-fonts>0:x11-fonts/urw-base35-fonts
73
URW_BUILD_DEPENDS=	urw-base35-fonts>0:x11-fonts/urw-base35-fonts
70
URW_RUN_DEPENDS_OFF=	urw-base35-fonts>0:x11-fonts/urw-base35-fonts
74
URW_RUN_DEPENDS_OFF=	urw-base35-fonts>0:x11-fonts/urw-base35-fonts
71
URW_CONFIGURE_WITH=	urwotf-dir=${LOCALBASE}/share/fonts/urw-base35-fonts
75
URW_CONFIGURE_WITH=	urwotf-dir=${LOCALBASE}/share/fonts/urw-base35-fonts

Return to bug 277004