aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Neubauer <m.ne@gmx.net>2024-04-04 13:28:55 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-04-04 13:30:46 +0000
commit04761e4a269f05cde037eb6364db0f1990b88878 (patch)
treeb819eb1bdeb6888505033cda222f7ddbd62f39f2
parent589ca2f8efb79d3fb2c92c3193121c1fa6904523 (diff)
downloadports-04761e4a269f05cde037eb6364db0f1990b88878.tar.gz
ports-04761e4a269f05cde037eb6364db0f1990b88878.zip
print/lilypond: Fix build with NLS option turned off
PR: 278154
-rw-r--r--print/lilypond/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index b960847009a3..1d6ebc0fa097 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lilypond
DISTVERSION= 2.24.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print audio
MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/
@@ -27,8 +27,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans-Bold.ttf:x11-fonts/dejav
mftrace:print/mftrace \
urw-base35-fonts>0:x11-fonts/urw-base35-fonts
-USES= bison:build compiler:c++11-lib cpe ghostscript gmake gnome \
- magick:7,build perl5 pkgconfig python
+USES= bison:build compiler:c++11-lib cpe gettext-tools ghostscript \
+ gmake gnome magick:7,build perl5 pkgconfig python
USE_CXXSTD= c++14
USE_GNOME= pango
USE_PERL5= build
@@ -71,7 +71,7 @@ GUILE3_DESC= Use guile3
GUILE2_USES= guile:2.2
GUILE3_USES= guile:3.0
-NLS_USES= gettext
+NLS_USES= gettext-runtime
post-patch:
@${SED} -e 's|%%FONTDIR%%|${WRKDIR}/fontconfig/cache/|' \