summaryrefslogtreecommitdiff
path: root/textproc/xfce4-dict-plugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xfce4-dict-plugin/Makefile')
-rw-r--r--textproc/xfce4-dict-plugin/Makefile20
1 files changed, 8 insertions, 12 deletions
diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile
index a8f974931ef6..a4bb9f3929c2 100644
--- a/textproc/xfce4-dict-plugin/Makefile
+++ b/textproc/xfce4-dict-plugin/Makefile
@@ -1,5 +1,5 @@
PORTNAME= xfce4-dict
-PORTVERSION= 0.8.8
+PORTVERSION= 0.8.9
CATEGORIES= textproc xfce
MASTER_SITES= XFCE/apps
PKGNAMESUFFIX= -plugin
@@ -12,23 +12,19 @@ WWW= https://goodies.xfce.org/projects/applications/xfce4-dict
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
-
-USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
- tar:bzip2 xfce xorg
-USE_GNOME= cairo gdkpixbuf glib20 gtk30 intltool
+USES= compiler:c11 gettext-tools gnome libtool meson pkgconfig \
+ tar:xz xfce xorg
+USE_GNOME= gdkpixbuf glib20 gtk30 intltool
USE_XFCE= libmenu panel
USE_XORG= x11
USE_LDCONFIG= yes
-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>