mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add missing dependency on gettext via USES if NLS build is requested
- Introduce NLS option - Bump PORTREVISION Approved by: mentors (implicit)
This commit is contained in:
parent
71136c99a2
commit
80be454b6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362587
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= denemo
|
||||
PORTVERSION= 1.1.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= GNU
|
||||
|
||||
@ -36,11 +36,15 @@ CPPFLAGS+= -I${LOCALBASE}/include/portaudio2 \
|
||||
LDFLAGS+= ${LOCALBASE}/lib/portaudio2/libportaudio.so \
|
||||
-L${LOCALBASE}/lib
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES GTK3 LILYPOND
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES GTK3 LILYPOND NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
LILYPOND_DESC= Install LilyPond (Printing)
|
||||
LILYPOND_RUN_DEPENDS= lilypond:${PORTSDIR}/print/lilypond
|
||||
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MGTK3}
|
||||
|
@ -2452,15 +2452,15 @@ share/applications/denemo.desktop
|
||||
share/fonts/truetype/denemo/Denemo.ttf
|
||||
share/fonts/truetype/denemo/emmentaler.ttf
|
||||
share/fonts/truetype/denemo/feta.ttf
|
||||
share/locale/cs/LC_MESSAGES/denemo.mo
|
||||
share/locale/de/LC_MESSAGES/denemo.mo
|
||||
share/locale/en_GB/LC_MESSAGES/denemo.mo
|
||||
share/locale/es/LC_MESSAGES/denemo.mo
|
||||
share/locale/fr/LC_MESSAGES/denemo.mo
|
||||
share/locale/it/LC_MESSAGES/denemo.mo
|
||||
share/locale/ja/LC_MESSAGES/denemo.mo
|
||||
share/locale/pl/LC_MESSAGES/denemo.mo
|
||||
share/locale/sv/LC_MESSAGES/denemo.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/denemo.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/denemo.mo
|
||||
%%NLS%%share/locale/en_GB/LC_MESSAGES/denemo.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/denemo.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/denemo.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/denemo.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/denemo.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/denemo.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/denemo.mo
|
||||
share/pixmaps/denemo.png
|
||||
@dirrm share/fonts/truetype/denemo
|
||||
@dirrmtry share/fonts/truetype
|
||||
|
Loading…
Reference in New Issue
Block a user