summaryrefslogtreecommitdiff
path: root/editors/poedit/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2010-06-02 12:32:18 +0000
committeradam <adam@pkgsrc.org>2010-06-02 12:32:18 +0000
commit1e8d851c63b9265fe7feb4424288d0bb3a6d5d99 (patch)
tree0a070d2098e192fb0fcf1e6072e53f5edad18d46 /editors/poedit/Makefile
parentf0eb73c1b4c471e95806e311375484fd0ae16700 (diff)
downloadpkgsrc-1e8d851c63b9265fe7feb4424288d0bb3a6d5d99.tar.gz
Changes 1.4.6:
* OS X: fixed TM configuration tab to show languages list * fixed bug introduced in 1.4.3 that caused "Update from POT file" to clear metadata in catalog header * added Kazakh translation Changes 1.4.5: * OS X: fixed Find to actually show hits in text control * OS X: fixed "Check for updates" preference broken by 1.4.4 Changes 1.4.4: * sort catalogs in the manager alphabetically * fixed escaping of quotes in catalog headers * fixed reformatting of obsolete entries in catalogs * fixed list selection visibility on Windows 7 * Windows: automatically check for available updates Changes 1.4.3: * Unix: fixed crash with Zemberek spell-checker backend installed * fixed parsing of catalogs produced with xgettext --indent * fixed TM updating broken in 1.3.5 * support GNOME's xml2po file references * fixed handling of "%" in filenames * added more translations:
Diffstat (limited to 'editors/poedit/Makefile')
-rw-r--r--editors/poedit/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile
index 9c4bd4d8d09..c86e3863db0 100644
--- a/editors/poedit/Makefile
+++ b/editors/poedit/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2010/01/18 09:58:48 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.28 2010/06/02 12:32:18 adam Exp $
-DISTNAME= poedit-1.4.2
-PKGREVISION= 2
+DISTNAME= poedit-1.4.6.1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poedit/}
@@ -14,14 +12,17 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= zip-[0-9]*:../../archivers/zip
-GNU_CONFIGURE= yes
+BDB_ACCEPTED= db4 db5
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= BDB_TYPE="${BDB_TYPE}"
CONFIGURE_ENV+= WX_CONFIG_NAME=${BUILDLINK_PREFIX.wxGTK28}/bin/wx-config
-.include "../../databases/db4/buildlink3.mk"
.include "../../textproc/gtkspell/buildlink3.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"