summaryrefslogtreecommitdiff
path: root/x11/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-09-03 09:35:15 +0000
committerdrochner <drochner@pkgsrc.org>2007-09-03 09:35:15 +0000
commitd0f9c677c0a8964665d96a7f123e7aef360448f8 (patch)
treec6bbafd2cdd50ad4b7e93cebf6ec6757c52cac3a /x11/Makefile
parent5bcb1f981eda54a3be5c1ba46c5e9ff4d9b2aec0 (diff)
downloadpkgsrc-d0f9c677c0a8964665d96a7f123e7aef360448f8.tar.gz
-make sqlite support an extra pkg instead of an option
-work around iconv(3) incompatibilities: while NetBSD's iconv() is probed as GNU iconv (due to its signature), it doesn't support empty strings as encoding (interpreted as "current locale's encoding" by GNU iconv). Enable some code which uses nl_langinfo(CODESET) to make it work as expected. -update to 4.3.1 changes: -bugfixes -Updated the German translation to provide complete coverage of Qt
Diffstat (limited to 'x11/Makefile')
-rw-r--r--x11/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile
index b237b2fa2d9..076be9ef7e3 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.519 2007/08/23 10:52:18 jnemeth Exp $
+# $NetBSD: Makefile,v 1.520 2007/09/03 09:35:15 drochner Exp $
#
COMMENT= Packages to support the X window system
@@ -273,6 +273,7 @@ SUBDIR+= qt4
SUBDIR+= qt4-docs
SUBDIR+= qt4-libs
SUBDIR+= qt4-pgsql
+SUBDIR+= qt4-sqlite3
SUBDIR+= qt4-tools
SUBDIR+= qtarch
SUBDIR+= qwspritefield