summaryrefslogtreecommitdiff
path: root/x11/qwt
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-11 22:51:34 +0000
committersnj <snj@pkgsrc.org>2004-04-11 22:51:34 +0000
commita50b622c6877278362fbc0c171864fe4f117d770 (patch)
tree3cc4ad4f33e00947e47621cb56883682bb42e211 /x11/qwt
parentc73778fadde69b40dfefdb76d205a9003fe1b071 (diff)
downloadpkgsrc-a50b622c6877278362fbc0c171864fe4f117d770.tar.gz
Convert to buildlink3 and s/scientifical/scientific/.
Diffstat (limited to 'x11/qwt')
-rw-r--r--x11/qwt/DESCR2
-rw-r--r--x11/qwt/Makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/qwt/DESCR b/x11/qwt/DESCR
index 636c36b62d0..cfbdb5a2bdf 100644
--- a/x11/qwt/DESCR
+++ b/x11/qwt/DESCR
@@ -1,5 +1,5 @@
Qwt is an extension to the Qt GUI library from Troll Tech AS.
The Qwt library contains widgets and components which are
-primarily useful for technical and scientifical purposes.
+primarily useful for technical and scientific purposes.
It includes a 2-D plotting widget, different kinds of sliders,
and much more.
diff --git a/x11/qwt/Makefile b/x11/qwt/Makefile
index 2380b492f64..3fe3c7d689e 100644
--- a/x11/qwt/Makefile
+++ b/x11/qwt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/01/24 15:30:34 grant Exp $
+# $NetBSD: Makefile,v 1.20 2004/04/11 22:51:34 snj Exp $
DISTNAME= qwt-0.3.0
PKGREVISION= 1
@@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/qwt
COMMENT= Qt widget library for technical purposes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_X11BASE= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
@@ -28,5 +28,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/qwt
${INSTALL_DATA} ${WRKSRC}/doc/man/man3/* ${PREFIX}/man/man3
-.include "../../x11/qt2-libs/buildlink2.mk"
+.include "../../x11/qt2-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"