summaryrefslogtreecommitdiff
path: root/editors/poedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/poedit/Makefile')
-rw-r--r--editors/poedit/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile
index cf3b9a93caf8..5926e24f6203 100644
--- a/editors/poedit/Makefile
+++ b/editors/poedit/Makefile
@@ -1,6 +1,6 @@
PORTNAME= poedit
DISTVERSION= 3.4.2
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= editors
MASTER_SITES= https://github.com/vslavik/${PORTNAME}/releases/download/v${DISTVERSION}-oss/
@@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libicui18n.so:devel/icu \
liblucene++.so:textproc/luceneplusplus
-USES= desktop-file-utils gettext-tools:build,run \
+USES= autoreconf desktop-file-utils gettext-tools:build,run \
gmake gnome pkgconfig
USE_GNOME= cairo gdkpixbuf glib20 gtk30 pango
USE_WX= 3.2
@@ -27,4 +27,7 @@ WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
+post-patch:
+ @${REINPLACE_CMD} -e '/AX_BOOST_SYSTEM/d' ${WRKSRC}/configure.ac
+
.include <bsd.port.mk>