diff options
Diffstat (limited to 'sysutils/xfce4-battery-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-battery-plugin/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index ae3977149806..d83e7d9c7978 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -1,5 +1,5 @@ PORTNAME= xfce4-battery-plugin -PORTVERSION= 1.1.6 +PORTVERSION= 1.2.0 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 @@ -12,22 +12,19 @@ LICENSE= GPLv2 ONLY_FOR_ARCHS= amd64 i386 -LIB_DEPENDS= libharfbuzz.so:print/harfbuzz - -USES= alias gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \ - xfce -USE_GNOME= cairo gdkpixbuf glib20 gtk30 +USES= alias gettext-tools gnome meson pkgconfig tar:xz xfce +USE_GNOME= glib20 gtk30 USE_LDCONFIG= yes USE_XFCE= libmenu panel -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip SSP_UNSAFE= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext-runtime + +post-patch-NLS-off: + @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build .include <bsd.port.mk> |