pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/poedit poedit: depend on gtkspell3. Fixes build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63a8b1b472fd
branches:  trunk
changeset: 312103:63a8b1b472fd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 25 12:05:47 2018 +0000

description:
poedit: depend on gtkspell3. Fixes build.

Closes PR 53551.

diffstat:

 editors/poedit/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r fd613f15a6b3 -r 63a8b1b472fd editors/poedit/Makefile
--- a/editors/poedit/Makefile   Sat Aug 25 12:03:45 2018 +0000
+++ b/editors/poedit/Makefile   Sat Aug 25 12:05:47 2018 +0000
@@ -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_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:-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"



Home | Main Index | Thread Index | Old Index