diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 22:51:34 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 22:51:34 +0000 |
commit | a50b622c6877278362fbc0c171864fe4f117d770 (patch) | |
tree | 3cc4ad4f33e00947e47621cb56883682bb42e211 /x11/qwt/Makefile | |
parent | c73778fadde69b40dfefdb76d205a9003fe1b071 (diff) | |
download | pkgsrc-a50b622c6877278362fbc0c171864fe4f117d770.tar.gz |
Convert to buildlink3 and s/scientifical/scientific/.
Diffstat (limited to 'x11/qwt/Makefile')
-rw-r--r-- | x11/qwt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |