summaryrefslogtreecommitdiff
path: root/x11/qt2-designer
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-08 03:00:29 +0000
committerjlam <jlam>2004-02-08 03:00:29 +0000
commitecf90c97af6f2557a505166e4729598522227e4e (patch)
treed67c38589f0a70653612f61a7f96e8c870fc484e /x11/qt2-designer
parent77c989e0edc3a1bc19e8b48f2ff69de1e0be253e (diff)
downloadpkgsrc-ecf90c97af6f2557a505166e4729598522227e4e.tar.gz
PKGLIBTOOL and PKGSHLIBTOOL are no more.
Diffstat (limited to 'x11/qt2-designer')
-rw-r--r--x11/qt2-designer/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt2-designer/Makefile b/x11/qt2-designer/Makefile
index 87acb551935..604802f52c7 100644
--- a/x11/qt2-designer/Makefile
+++ b/x11/qt2-designer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2003/05/02 12:34:24 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2004/02/08 03:00:29 jlam Exp $
PKGNAME= qt2-designer-${QTVERSION}
PKGREVISION= 2
@@ -13,11 +13,11 @@ USE_BUILDLINK2= yes
ALL_TARGET= sub-tools
do-install:
- ${PKGLIBTOOL} ${INSTALL_DATA} \
+ ${LIBTOOL} ${INSTALL_DATA} \
${WRKSRC}/tools/designer/util/libqutil.la ${QTPREFIX}/lib
- ${PKGLIBTOOL} ${INSTALL_PROGRAM} \
+ ${LIBTOOL} ${INSTALL_PROGRAM} \
${WRKSRC}/tools/designer/uic/uic ${QTPREFIX}/bin
- ${PKGLIBTOOL} ${INSTALL_PROGRAM} \
+ ${LIBTOOL} ${INSTALL_PROGRAM} \
${WRKSRC}/tools/designer/designer/designer ${QTPREFIX}/bin
.include "../../x11/qt2-libs/buildlink2.mk"