summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-06-01 11:23:11 +0000
committerrh <rh@pkgsrc.org>2000-06-01 11:23:11 +0000
commit74add3b300e3abf7ac8ddc6012fef10b7cd5dcff (patch)
treef4db68840baeddb31c218281c361ad557f322b95 /x11
parent7f7c54db40f0b51b735b06bffad8103043d6fd7d (diff)
downloadpkgsrc-74add3b300e3abf7ac8ddc6012fef10b7cd5dcff.tar.gz
s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
Diffstat (limited to 'x11')
-rw-r--r--x11/Xbae/Makefile4
-rw-r--r--x11/XmHTML/Makefile4
-rw-r--r--x11/afterstep/Makefile4
-rw-r--r--x11/controlcenter/Makefile4
-rw-r--r--x11/eterm/Makefile4
-rw-r--r--x11/fltk/Makefile4
-rw-r--r--x11/gnome-core/Makefile4
-rw-r--r--x11/gnome-libs/Makefile4
-rw-r--r--x11/gtk--/Makefile4
-rw-r--r--x11/gtk-engines/Makefile4
-rw-r--r--x11/gtk/Makefile4
-rw-r--r--x11/gtk10/Makefile4
-rw-r--r--x11/gtkglarea/Makefile4
-rw-r--r--x11/gtkstep/Makefile4
-rw-r--r--x11/kdelibs/Makefile4
-rw-r--r--x11/lesstif/Makefile4
-rw-r--r--x11/qt/Makefile4
-rw-r--r--x11/qt1/Makefile4
-rw-r--r--x11/qt21/Makefile4
-rw-r--r--x11/qwspritefield/Makefile4
-rw-r--r--x11/qwt/Makefile4
-rw-r--r--x11/scwm/Makefile4
-rw-r--r--x11/tix/Makefile4
-rw-r--r--x11/tk80/Makefile4
-rw-r--r--x11/windowmaker/Makefile4
-rw-r--r--x11/xforms/Makefile4
26 files changed, 52 insertions, 52 deletions
diff --git a/x11/Xbae/Makefile b/x11/Xbae/Makefile
index 8ac294091e2..5b5280c3eb3 100644
--- a/x11/Xbae/Makefile
+++ b/x11/Xbae/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/05/25 16:38:06 drochner Exp $
+# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:43 rh Exp $
#
DISTNAME= Xbae-4.8.1
@@ -9,7 +9,7 @@ MAINTAINER= drochner@netbsd.org
HOMEPAGE= http://www.lesstif.org/Xbae.html
USE_MOTIF= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-build-12 \
diff --git a/x11/XmHTML/Makefile b/x11/XmHTML/Makefile
index 93ba1a0057e..64a2722ae1a 100644
--- a/x11/XmHTML/Makefile
+++ b/x11/XmHTML/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2000/03/21 22:40:58 tron Exp $
+# $NetBSD: Makefile,v 1.14 2000/06/01 11:23:43 rh Exp $
#
DISTNAME= XmHTML-1.1.7
@@ -15,7 +15,7 @@ DEPENDS+= png>=1.0.6:../../graphics/png
USE_X11= yes
USE_MOTIF= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
NO_CONFIGURE= yes
diff --git a/x11/afterstep/Makefile b/x11/afterstep/Makefile
index 40fce1bfe19..c2d255ed640 100644
--- a/x11/afterstep/Makefile
+++ b/x11/afterstep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2000/03/21 22:40:58 tron Exp $
+# $NetBSD: Makefile,v 1.21 2000/06/01 11:23:43 rh Exp $
DISTNAME= AfterStep-1.8.0
PKGNAME= afterstep-1.8.0
@@ -19,7 +19,7 @@ DEPENDS+= asclock-*:../../x11/asclock
DEPENDS+= xp-*:../../x11/xp
GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
USE_PERL= yes
USE_X11= yes
diff --git a/x11/controlcenter/Makefile b/x11/controlcenter/Makefile
index 6c620735bd3..a69d11e388d 100644
--- a/x11/controlcenter/Makefile
+++ b/x11/controlcenter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2000/05/30 19:26:22 drochner Exp $
+# $NetBSD: Makefile,v 1.19 2000/06/01 11:23:43 rh Exp $
DISTNAME= control-center-1.2.0
CATEGORIES= x11 gnome
@@ -12,7 +12,7 @@ DEPENDS+= gnome-libs-*:../../x11/gnome-libs
GNU_CONFIGURE= yes
USE_X11BASE= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
LOCALSTATEDIR= /var/gnome
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile
index 20fe49a56eb..15c1385deac 100644
--- a/x11/eterm/Makefile
+++ b/x11/eterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/02/16 10:35:56 agc Exp $
+# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:44 rh Exp $
DISTNAME= Eterm-0.8.9
PKGNAME= eterm-0.8.9
@@ -20,7 +20,7 @@ PIXMAP_FILES= Eterm-bg-scale-1.tar.gz Eterm-bg-scale-2.tar.gz \
Eterm-bg-tile.tar.gz
USE_X11BASE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile
index 264202a2150..9b60e1b9ea2 100644
--- a/x11/fltk/Makefile
+++ b/x11/fltk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/01/27 19:14:24 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:44 rh Exp $
#
DISTNAME= fltk-1.0.7-source
@@ -20,7 +20,7 @@ DEPENDS+= Mesa-*:../../graphics/Mesa
USE_X11BASE= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
GNU_CONFIGURE= yes
# When the API changes and breaks binary-compatibility with the previous
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile
index 81ba495ab16..0431263cea4 100644
--- a/x11/gnome-core/Makefile
+++ b/x11/gnome-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2000/05/31 21:23:38 tron Exp $
+# $NetBSD: Makefile,v 1.43 2000/06/01 11:23:44 rh Exp $
DISTNAME= gnome-core-1.2.0
CATEGORIES= x11 gnome
@@ -15,7 +15,7 @@ DEPENDS+= libxml-*:../../textproc/libxml
GNU_CONFIGURE= yes
USE_X11BASE= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
LOCALSTATEDIR= /var/gnome
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index 2ed329782bd..77d8250ed99 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2000/05/30 19:23:46 drochner Exp $
+# $NetBSD: Makefile,v 1.44 2000/06/01 11:23:44 rh Exp $
DISTNAME= gnome-libs-1.2.1
CATEGORIES= x11 gnome
@@ -16,7 +16,7 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm
GNU_CONFIGURE= yes
USE_X11BASE= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
LDFLAGS+= "-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \
--with-glib-prefix=${LOCALBASE}
diff --git a/x11/gtk--/Makefile b/x11/gtk--/Makefile
index b28de1bbdd8..d74b387cba9 100644
--- a/x11/gtk--/Makefile
+++ b/x11/gtk--/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2000/03/28 20:07:14 tron Exp $
+# $NetBSD: Makefile,v 1.12 2000/06/01 11:23:45 rh Exp $
# FreeBSD Id: Makefile,v 1.6 1999/01/12 16:50:43 vanilla Exp
#
@@ -13,7 +13,7 @@ HOMEPAGE= http://lazy.ton.tut.fi/gtk--/gtk--.html
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
BUILD_DEPENDS+= ${LOCALBASE}/bin/gm4:../../devel/m4
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
USE_X11BASE= yes
USE_GMAKE= yes
diff --git a/x11/gtk-engines/Makefile b/x11/gtk-engines/Makefile
index a5918b9f622..3f8e07a5703 100644
--- a/x11/gtk-engines/Makefile
+++ b/x11/gtk-engines/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/01/15 12:32:16 tron Exp $
+# $NetBSD: Makefile,v 1.5 2000/06/01 11:23:45 rh Exp $
DISTNAME= gtk-engines-0.8
CATEGORIES= x11
@@ -11,6 +11,6 @@ DEPENDS+= imlib-*:../../graphics/imlib
GNU_CONFIGURE= yes
USE_X11BASE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile
index 60270c503a9..189dd742bf0 100644
--- a/x11/gtk/Makefile
+++ b/x11/gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2000/05/26 05:38:19 rh Exp $
+# $NetBSD: Makefile,v 1.43 2000/06/01 11:23:45 rh Exp $
DISTNAME= gtk+-1.2.8
CATEGORIES= x11
@@ -14,7 +14,7 @@ DEPENDS+= gettext-0.10.*:../../devel/gettext
DEPENDS+= glib>=1.2.8:../../devel/glib
BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
USE_X11BASE= yes
USE_GMAKE= yes
diff --git a/x11/gtk10/Makefile b/x11/gtk10/Makefile
index bd2d46b9c9b..a6b91520e79 100644
--- a/x11/gtk10/Makefile
+++ b/x11/gtk10/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/05/20 20:09:53 tron Exp $
+# $NetBSD: Makefile,v 1.10 2000/06/01 11:23:45 rh Exp $
DISTNAME= gtk+-1.0.6
PKGNAME= gtk10-1.0.6
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.gtk.org/
CONFLICTS= gtk+-1.0.*
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile
index d285966d877..56eeb542047 100644
--- a/x11/gtkglarea/Makefile
+++ b/x11/gtkglarea/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2000/02/05 15:48:52 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2000/06/01 11:23:46 rh Exp $
DISTNAME= gtkglarea-1.2.1
CATEGORIES= x11 graphics
@@ -11,7 +11,7 @@ DEPENDS+= Mesa-*:../../graphics/Mesa
DEPENDS+= gtk+-1.2.*:../../x11/gtk
GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
USE_X11BASE= yes
CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE}
CONFIGURE_ARGS+= --with-GL-prefix=${X11BASE}
diff --git a/x11/gtkstep/Makefile b/x11/gtkstep/Makefile
index 09fe27f3031..210e334da5b 100644
--- a/x11/gtkstep/Makefile
+++ b/x11/gtkstep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/04/24 16:02:33 mbw Exp $
+# $NetBSD: Makefile,v 1.7 2000/06/01 11:23:46 rh Exp $
DISTNAME= gtkstep-1.10
CATEGORIES= x11
@@ -11,7 +11,7 @@ HOMEPAGE= http://ulli.linuxave.net/gtkstep/index.html
DEPENDS+= gtk+-1.2.*:../../x11/gtk
GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
USE_X11BASE= yes
post-install:
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile
index d61ccfa7e63..3b34f86fbfd 100644
--- a/x11/kdelibs/Makefile
+++ b/x11/kdelibs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2000/03/28 00:12:31 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.46 2000/06/01 11:23:46 rh Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp
#
@@ -18,7 +18,7 @@ DEPENDS+= tiff-*:../../graphics/tiff
USE_X11BASE= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
LIBTOOL_FLAGS= --cplusplus --install-la
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile
index c8731cb54b4..79fa6dfbbcc 100644
--- a/x11/lesstif/Makefile
+++ b/x11/lesstif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2000/05/25 15:25:43 drochner Exp $
+# $NetBSD: Makefile,v 1.49 2000/06/01 11:23:46 rh Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp
#
@@ -16,7 +16,7 @@ HOMEPAGE= http://www.lesstif.org/
BUILD_DEPENDS+= lynx:../../www/lynx
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
diff --git a/x11/qt/Makefile b/x11/qt/Makefile
index 5de373e7787..699b81d8624 100644
--- a/x11/qt/Makefile
+++ b/x11/qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2000/04/28 10:09:53 drochner Exp $
+# $NetBSD: Makefile,v 1.34 2000/06/01 11:23:46 rh Exp $
#
DISTNAME= qt-2.0.2
@@ -18,7 +18,7 @@ NOT_FOR_PLATFORM= *-*-alpha # builds, but programs linked to qt crash
HAS_CONFIGURE= yes
USE_X11BASE= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
CONFIGURE_ENV+= QTDIR=${WRKSRC}
CONFIGURE_ARGS+= -static -sm -system-zlib -system-libpng \
-I${LOCALBASE}/include -L${LOCALBASE}/lib \
diff --git a/x11/qt1/Makefile b/x11/qt1/Makefile
index a27cd995c34..ce0bc4f1949 100644
--- a/x11/qt1/Makefile
+++ b/x11/qt1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/04/13 10:13:20 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.5 2000/06/01 11:23:47 rh Exp $
#
DISTNAME= qt-1.44
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.troll.no/products/qt.html
USE_X11BASE= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
MAKE_ENV= QTDIR=${WRKSRC}
ALL_TARGET= src
diff --git a/x11/qt21/Makefile b/x11/qt21/Makefile
index eeb8edfec32..1155939f9a6 100644
--- a/x11/qt21/Makefile
+++ b/x11/qt21/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/05/11 12:15:17 drochner Exp $
+# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:47 rh Exp $
#
DISTNAME= qt-x11-2.1.0
@@ -20,7 +20,7 @@ NOT_FOR_PLATFORM= *-*-alpha # builds, but programs linked to qt crash
HAS_CONFIGURE= yes
USE_X11BASE= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
CONFIGURE_ENV+= QTDIR=${WRKSRC}
CONFIGURE_ARGS+= -static -sm -system-zlib \
-system-libpng -system-jpeg \
diff --git a/x11/qwspritefield/Makefile b/x11/qwspritefield/Makefile
index 6aa850e0bcd..7e6b5636101 100644
--- a/x11/qwspritefield/Makefile
+++ b/x11/qwspritefield/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/03/28 00:12:31 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.5 2000/06/01 11:23:47 rh Exp $
DISTNAME= QwSpriteField1.6
PKGNAME= qwspritefield-1.6
@@ -13,7 +13,7 @@ CONFLICTS= kdesupport-1.0
USE_X11BASE= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
WRKSRC= ${WRKDIR}/QwSpriteField
QW_INCLUDES= Pix.h QwCluster.h QwPublicList.h QwSpriteField.h
diff --git a/x11/qwt/Makefile b/x11/qwt/Makefile
index 1398c824f52..76b438eb3f2 100644
--- a/x11/qwt/Makefile
+++ b/x11/qwt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/03/23 23:15:25 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.3 2000/06/01 11:23:47 rh Exp $
DISTNAME= qwtlib-0.2
CATEGORIES= x11
@@ -12,7 +12,7 @@ DEPENDS+= qt1-1.44:../../x11/qt1
USE_X11BASE= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
WRKSRC= ${WRKDIR}/qwt
ALL_TARGET= src
diff --git a/x11/scwm/Makefile b/x11/scwm/Makefile
index ffb9bf2675f..f896260b81e 100644
--- a/x11/scwm/Makefile
+++ b/x11/scwm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/02/05 17:21:48 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2000/06/01 11:23:48 rh Exp $
#
DISTNAME= scwm-0.9
@@ -20,6 +20,6 @@ CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} \
USE_X11BASE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/tix/Makefile b/x11/tix/Makefile
index 90fe0af364c..6ac64b4056a 100644
--- a/x11/tix/Makefile
+++ b/x11/tix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2000/03/27 08:55:00 tron Exp $
+# $NetBSD: Makefile,v 1.11 2000/06/01 11:23:48 rh Exp $
# $FreeBSD Id: Makefile,v 1.15 1998/03/17 07:55:17 tg Exp
DISTNAME= Tix4.1.0.006
@@ -11,7 +11,7 @@ MAINTAINER= rh@vip.at
DEPENDS+= tk-8.0.5:../../x11/tk80
USE_X11= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
WRKSRC= ${WRKDIR}/Tix4.1.0/unix/tk8.0
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-sam \
diff --git a/x11/tk80/Makefile b/x11/tk80/Makefile
index e31560c8a37..1ecfc819f02 100644
--- a/x11/tk80/Makefile
+++ b/x11/tk80/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 1999/04/01 13:36:57 agc Exp $
+# $NetBSD: Makefile,v 1.26 2000/06/01 11:23:48 rh Exp $
# FreeBSD Id: Makefile,v 1.4 1997/10/01 09:20:31 tg Exp
#
@@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
USE_X11= yes
# let libtool look after shared libraries
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
CONFIGURE_ARGS+= --disable-shared
test:
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile
index 830937e489a..323626ffa6b 100644
--- a/x11/windowmaker/Makefile
+++ b/x11/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2000/04/15 20:19:18 mycroft Exp $
+# $NetBSD: Makefile,v 1.49 2000/06/01 11:23:48 rh Exp $
DISTNAME= WindowMaker-0.62.1
PKGNAME= windowmaker-0.62.1
@@ -19,7 +19,7 @@ DEPENDS+= png>=1.0.6:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
DEPENDS+= xpm-3.4k:../../graphics/xpm
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-usermenu \
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile
index 8861eb066af..2c5952bc5f9 100644
--- a/x11/xforms/Makefile
+++ b/x11/xforms/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2000/05/14 01:00:42 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.26 2000/06/01 11:23:48 rh Exp $
#
DISTNAME= bxform-088
@@ -41,7 +41,7 @@ DISTNAME= bxform-088-ELF
OBJMACHINE= yes
USE_X11BASE= yes
-USE_LIBTOOL= yes
+USE_PKGLIBTOOL= yes
MAKEFILE= ${FILESDIR}/Makefile
PLIST_SRC= ${PKGDIR}/PLIST.mi ${PKGDIR}/PLIST.shlib