summaryrefslogtreecommitdiff
path: root/x11/qt2-designer-kde/Makefile
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-kde/Makefile
parent77c989e0edc3a1bc19e8b48f2ff69de1e0be253e (diff)
downloadpkgsrc-ecf90c97af6f2557a505166e4729598522227e4e.tar.gz
PKGLIBTOOL and PKGSHLIBTOOL are no more.
Diffstat (limited to 'x11/qt2-designer-kde/Makefile')
-rw-r--r--x11/qt2-designer-kde/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/qt2-designer-kde/Makefile b/x11/qt2-designer-kde/Makefile
index 85862f819fe..ec5ff867544 100644
--- a/x11/qt2-designer-kde/Makefile
+++ b/x11/qt2-designer-kde/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/23 21:50:52 jmmv Exp $
+# $NetBSD: Makefile,v 1.17 2004/02/08 03:00:29 jlam Exp $
#
PKGNAME= qt2-designer-kde-${QTVERSION}
@@ -20,11 +20,11 @@ ALL_TARGET= sub-tools
UNLIMIT_RESOURCES= datasize
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/kdelibs2/buildlink2.mk"