diff options
Diffstat (limited to 'audio/xfmpc/Makefile')
-rw-r--r-- | audio/xfmpc/Makefile | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/audio/xfmpc/Makefile b/audio/xfmpc/Makefile index c9eca877efef..0d7ff3de6f7b 100644 --- a/audio/xfmpc/Makefile +++ b/audio/xfmpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= xfmpc -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.0 CATEGORIES= audio xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 @@ -10,23 +10,20 @@ WWW= https://gitlab.xfce.org/apps/xfmpc LICENSE= GPLv2 -LIB_DEPENDS= libmpd.so:audio/libmpd \ - libharfbuzz.so:print/harfbuzz +LIB_DEPENDS= libmpd.so:audio/libmpd -USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 \ +USES= compiler:c11 gettext-tools gnome meson pkgconfig tar:xz \ vala:build xfce xorg -USE_GNOME= cairo gdkpixbuf gtk30 +USE_GNOME= gtk30 USE_XFCE= libmenu USE_XORG= ice sm x11 -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -INSTALL_TARGET= install-strip - OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext-runtime +NLS_USES= gettext-runtime + +post-patch-NLS-off: + @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build .include <bsd.port.mk> |