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

Collapse All | Expand All

(-)b/print/lilypond/Makefile (-3 / +10 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-69 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=		NLS URW
63
OPTIONS_SUB=	yes
63
OPTIONS_DEFAULT=	GUILE2
64
OPTIONS_SINGLE=		GUILE
65
OPTIONS_SINGLE_GUILE=	GUILE2 GUILE3
66
OPTIONS_SUB=		yes
64
67
68
GUILE2_DESC=	Use guile2
69
GUILE3_DESC=	Use guile3
65
URW_DESC=	Use bundled URW fonts
70
URW_DESC=	Use bundled URW fonts
66
71
72
GUILE2_USES=	guile:2.2
73
GUILE3_USES=	guile:3.0
67
NLS_USES=	gettext
74
NLS_USES=	gettext
68
75
69
URW_BUILD_DEPENDS=	urw-base35-fonts>0:x11-fonts/urw-base35-fonts
76
URW_BUILD_DEPENDS=	urw-base35-fonts>0:x11-fonts/urw-base35-fonts

Return to bug 277004