diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2014-07-22 21:52:21 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2014-07-22 21:52:21 +0000 |
commit | 80be454b6ff0455164015aa2c688234d71670e9b (patch) | |
tree | 62ab1003c55792fe6a539593303e28166ee7dae3 /audio/denemo | |
parent | 71136c99a27417b467b81963e994fea450ee6063 (diff) | |
download | ports-80be454b6ff0455164015aa2c688234d71670e9b.tar.gz ports-80be454b6ff0455164015aa2c688234d71670e9b.zip |
Notes
Diffstat (limited to 'audio/denemo')
-rw-r--r-- | audio/denemo/Makefile | 8 | ||||
-rw-r--r-- | audio/denemo/pkg-plist | 18 |
2 files changed, 15 insertions, 11 deletions
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile index e23976a1a45f..2d06a69f0da0 100644 --- a/audio/denemo/Makefile +++ b/audio/denemo/Makefile @@ -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} diff --git a/audio/denemo/pkg-plist b/audio/denemo/pkg-plist index ef001182903c..da28b3bc0f0b 100644 --- a/audio/denemo/pkg-plist +++ b/audio/denemo/pkg-plist @@ -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 |