diff options
author | snj <snj> | 2004-04-11 22:51:34 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-11 22:51:34 +0000 |
commit | 0be1bc96ee10e7d0500bb866b8a7c380c5367fbb (patch) | |
tree | 3cc4ad4f33e00947e47621cb56883682bb42e211 /x11 | |
parent | 304b557238a3999d306e6ec1fcf7fa1c3c5aef77 (diff) | |
download | pkgsrc-0be1bc96ee10e7d0500bb866b8a7c380c5367fbb.tar.gz |
Convert to buildlink3 and s/scientifical/scientific/.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qwt/DESCR | 2 | ||||
-rw-r--r-- | x11/qwt/Makefile | 6 |
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" |