summaryrefslogtreecommitdiff
path: root/x11/qtarch/Makefile
diff options
context:
space:
mode:
authorskrll <skrll>2000-10-19 08:04:57 +0000
committerskrll <skrll>2000-10-19 08:04:57 +0000
commit801173a5754b638ee130fb3bb542bcebf10433a3 (patch)
treef0ae5d211bc3b9c660bc172576d63e5111ae7a25 /x11/qtarch/Makefile
parentf401f6488626e8e2409dee7f641b5162fee35f79 (diff)
downloadpkgsrc-801173a5754b638ee130fb3bb542bcebf10433a3.tar.gz
Use the new qt-2.2.1 libraries.
Update to version 2.1. Changes are XML File Formats XML is used for all files formats. The previous file format is still loaded. However, only XML is saved. The previous format may be dropped in a latter release. Code Generation The following code generation changes were made: * Special character values, like new lines and tabs, are escaped in the generated code. Widgets The following widgets were added: * QHGroupBox * QIconView * QVGroupBox As usual the properties for all the widgets were updated. Properties which were marked as obsolete were removed. In a future release, qtarch will support compiling with the QT_NO_COMPAT flag.
Diffstat (limited to 'x11/qtarch/Makefile')
-rw-r--r--x11/qtarch/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/qtarch/Makefile b/x11/qtarch/Makefile
index 257a8ee0328..c064e295eba 100644
--- a/x11/qtarch/Makefile
+++ b/x11/qtarch/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2000/07/20 14:33:25 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2000/10/19 08:04:57 skrll Exp $
#
-DISTNAME= qtarch-2.0-1
-PKGNAME= qtarch-2.0
+DISTNAME= qtarch-2.1-1
+PKGNAME= qtarch-2.1
WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= x11 devel
MASTER_SITES= ftp://qtarch.sourceforge.net/pub/qtarch/
@@ -10,7 +10,7 @@ MASTER_SITES= ftp://qtarch.sourceforge.net/pub/qtarch/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://qtarch.sourceforge.net/
-DEPENDS+= qt2-*:../../x11/qt
+DEPENDS+= qt2-libs-*:../../x11/qt2-libs
DEPENDS+= png-*:../../graphics/png
USE_X11= yes