summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-08-25 12:05:47 +0000
committerwiz <wiz@pkgsrc.org>2018-08-25 12:05:47 +0000
commit66243eabdfadd0d6350b8cfdbb7823ba9a02fa89 (patch)
treeb99117dd85b98f419f6d36cdddbd0647899fa8ae
parent2edd45d2626341570c5291ef227343078ddda174 (diff)
downloadpkgsrc-66243eabdfadd0d6350b8cfdbb7823ba9a02fa89.tar.gz
poedit: depend on gtkspell3. Fixes build.
Closes PR 53551.
-rw-r--r--editors/poedit/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile
index 5aea3b3febf..8670eab8480 100644
--- a/editors/poedit/Makefile
+++ b/editors/poedit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.75 2018/08/16 18:54:43 adam Exp $
+# $NetBSD: Makefile,v 1.76 2018/08/25 12:05:47 wiz Exp $
DISTNAME= poedit-2.0.3
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= editors
MASTER_SITES= https://github.com/vslavik/poedit/releases/download/v${PKGVERSION_NOREV}-oss/
@@ -14,7 +14,6 @@ USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config zip:run
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= WX_CONFIG_NAME=${BUILDLINK_PREFIX.wxGTK28}/bin/wx-config
CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-libs}
@@ -23,7 +22,7 @@ BUILDLINK_TRANSFORM+= rm:-Wall
BUILDLINK_TRANSFORM+= rm:-Wextra
.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../textproc/gtkspell/buildlink3.mk"
+.include "../../textproc/gtkspell3/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../textproc/lucene++/buildlink3.mk"
.include "../../x11/wxGTK30/buildlink3.mk"