diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-16 00:29:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-16 00:29:01 +0000 |
commit | df0901849de272aa60bc2c944dc114a66e659cd6 (patch) | |
tree | 6dea8ac179f71d620c9df77c27e583993eb3d202 /x11/qwt/Makefile | |
parent | 3273645fc4f6f899e2ce29792ecdc4c2ed1ff6e7 (diff) | |
download | pkgsrc-df0901849de272aa60bc2c944dc114a66e659cd6.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL
Diffstat (limited to 'x11/qwt/Makefile')
-rw-r--r-- | x11/qwt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qwt/Makefile b/x11/qwt/Makefile index 76b438eb3f2..fe2f44532f8 100644 --- a/x11/qwt/Makefile +++ b/x11/qwt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/06/01 11:23:47 rh Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/16 00:29:01 wiz Exp $ DISTNAME= qwtlib-0.2 CATEGORIES= x11 @@ -12,7 +12,7 @@ DEPENDS+= qt1-1.44:../../x11/qt1 USE_X11BASE= yes USE_GMAKE= yes -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/qwt ALL_TARGET= src |