Sun Jan 18 08:45:58 2009 UTC ()
Mark BROKEN -- requires an Unicode build of wxGTK.

OK by wiz@.


(shattered)
diff -r1.22 -r1.23 pkgsrc/editors/poedit/Makefile

cvs diff -r1.22 -r1.23 pkgsrc/editors/poedit/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/poedit/Makefile 2008/09/22 20:21:03 1.22
+++ pkgsrc/editors/poedit/Makefile 2009/01/18 08:45:57 1.23
@@ -1,26 +1,28 @@ @@ -1,26 +1,28 @@
1# $NetBSD: Makefile,v 1.22 2008/09/22 20:21:03 joerg Exp $ 1# $NetBSD: Makefile,v 1.23 2009/01/18 08:45:57 shattered Exp $
2# 2#
3 3
4DISTNAME= poedit-1.3.6 4DISTNAME= poedit-1.3.6
5PKGREVISION= 4 5PKGREVISION= 4
6CATEGORIES= editors 6CATEGORIES= editors
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poedit/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poedit/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.poedit.net/ 10HOMEPAGE= http://www.poedit.net/
11COMMENT= Cross-platform gettext catalogs (.po files) editor 11COMMENT= Cross-platform gettext catalogs (.po files) editor
12 12
13DEPENDS+= zip-[0-9]*:../../archivers/zip 13DEPENDS+= zip-[0-9]*:../../archivers/zip
14 14
 15BROKEN= Requires Unicode version of wxGTK
 16
15GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
16USE_DIRS+= xdg-1.2 gnome2-1.5 18USE_DIRS+= xdg-1.2 gnome2-1.5
17USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
18USE_PKGLOCALEDIR= yes 20USE_PKGLOCALEDIR= yes
19USE_TOOLS+= gmake pkg-config 21USE_TOOLS+= gmake pkg-config
20CONFIGURE_ENV+= WX_CONFIG_NAME=${BUILDLINK_PREFIX.wxGTK}/bin/wx-config 22CONFIGURE_ENV+= WX_CONFIG_NAME=${BUILDLINK_PREFIX.wxGTK}/bin/wx-config
21 23
22.include "../../databases/db4/buildlink3.mk" 24.include "../../databases/db4/buildlink3.mk"
23.include "../../textproc/gtkspell/buildlink3.mk" 25.include "../../textproc/gtkspell/buildlink3.mk"
24.include "../../x11/wxGTK26/buildlink3.mk" 26.include "../../x11/wxGTK26/buildlink3.mk"
25.include "../../mk/pthread.buildlink3.mk" 27.include "../../mk/pthread.buildlink3.mk"
26.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"