pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/poedit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 25 12:05:48 UTC 2018

Modified Files:
        pkgsrc/editors/poedit: Makefile

Log Message:
poedit: depend on gtkspell3. Fixes build.

Closes PR 53551.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/editors/poedit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/poedit/Makefile
diff -u pkgsrc/editors/poedit/Makefile:1.75 pkgsrc/editors/poedit/Makefile:1.76
--- pkgsrc/editors/poedit/Makefile:1.75 Thu Aug 16 18:54:43 2018
+++ pkgsrc/editors/poedit/Makefile      Sat Aug 25 12:05:47 2018
@@ -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"



Home | Main Index | Thread Index | Old Index