diff options
author | shattered <shattered@pkgsrc.org> | 2009-01-18 08:45:57 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2009-01-18 08:45:57 +0000 |
commit | 630cda67bb5b9cef3d1a4ebc5b77f87edaba91dd (patch) | |
tree | 846401d991ea0859cbbbef2001cfafa335c33d0b /editors | |
parent | f3a52cb2dfeec373803c165a34a9c203fbe4300d (diff) | |
download | pkgsrc-630cda67bb5b9cef3d1a4ebc5b77f87edaba91dd.tar.gz |
Mark BROKEN -- requires an Unicode build of wxGTK.
OK by wiz@.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/poedit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 5071d96d68e..418d37e273d 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/09/22 20:21:03 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2009/01/18 08:45:57 shattered Exp $ # DISTNAME= poedit-1.3.6 @@ -12,6 +12,8 @@ COMMENT= Cross-platform gettext catalogs (.po files) editor DEPENDS+= zip-[0-9]*:../../archivers/zip +BROKEN= Requires Unicode version of wxGTK + GNU_CONFIGURE= yes USE_DIRS+= xdg-1.2 gnome2-1.5 USE_LANGUAGES= c c++ |