diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-06-15 21:10:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-06-15 21:10:57 +0000 |
commit | cdd2f153090d8f87c414014226866d5f0f3f807c (patch) | |
tree | 85c814095e1360e8da3923785365462cc3425d00 /print/lilypond | |
parent | 82e5fed3a93f46f0812000ae5e2512aeabd6e424 (diff) | |
download | ports-cdd2f153090d8f87c414014226866d5f0f3f807c.tar.gz ports-cdd2f153090d8f87c414014226866d5f0f3f807c.zip |
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 280661a5b2da..2f43ee9c26ae 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -2,6 +2,7 @@ PORTNAME= lilypond DISTVERSION= 2.22.1 +PORTREVISION= 1 CATEGORIES= print audio MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/ @@ -72,9 +73,9 @@ GUILE2_LIB_DEPENDS_OFF= libguile.so:lang/guile1 NLS_USES= gettext NLS_USES_OFF= gettext-tools -URW_BUILD_DEPENDS= urw-core35-fonts>0:x11-fonts/urw-core35-fonts -URW_RUN_DEPENDS_OFF= urw-core35-fonts>0:x11-fonts/urw-core35-fonts -URW_CONFIGURE_WITH= urwotf-dir=${LOCALBASE}/share/fonts/urw-core35-fonts +URW_BUILD_DEPENDS= urw-base35-fonts>0:x11-fonts/urw-base35-fonts +URW_RUN_DEPENDS_OFF= urw-base35-fonts>0:x11-fonts/urw-base35-fonts +URW_CONFIGURE_WITH= urwotf-dir=${LOCALBASE}/share/fonts/urw-base35-fonts post-patch: @${REINPLACE_CMD} -e 's|<FlexLexer.h>|"/usr/include/FlexLexer.h"|' \ |