summaryrefslogtreecommitdiff
path: root/converters/kdesupport/Makefile
diff options
context:
space:
mode:
authortv <tv>1998-07-19 21:22:34 +0000
committertv <tv>1998-07-19 21:22:34 +0000
commit4058d3d63246a57c6ea33e82ed22910448f058b2 (patch)
tree5466701020193d1ad38aa7115ce6e56c2fec5d70 /converters/kdesupport/Makefile
parent11e5b1de423b42b0551d50ac65fe7813c669c549 (diff)
downloadpkgsrc-4058d3d63246a57c6ea33e82ed22910448f058b2.tar.gz
Use the pkg version of libtool instead of kdesupport's private copy.
Use GNU_CONFIGURE, not HAS_CONFIGURE.
Diffstat (limited to 'converters/kdesupport/Makefile')
-rw-r--r--converters/kdesupport/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/converters/kdesupport/Makefile b/converters/kdesupport/Makefile
index 032d5c6616d..d10852a7dfe 100644
--- a/converters/kdesupport/Makefile
+++ b/converters/kdesupport/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/07/19 21:09:22 tv Exp $
+# $NetBSD: Makefile,v 1.11 1998/07/19 21:22:34 tv Exp $
# FreeBSD Id: Makefile,v 1.2 1997/11/05 04:19:46 asami Exp
#
@@ -9,14 +9,14 @@ MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.0/distribution/tar/generic/s
MAINTAINER= tron@netbsd.org
+BUILD_DEPENDS= ${LOCALBASE}/bin/libtool:../../devel/libtool
DEPENDS+= qt-1.40:../../x11/qt
CONFLICTS= kdesupport-2.1b kdesupport-3.1b kdesupport-4.1b
USE_X11= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= "--prefix=${PREFIX}" \
- "--datadir=${PREFIX}/share/kde" \
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \
"--with-qt-includes=${PREFIX}/include/qt" \
"--with-qt-libraries=${PREFIX}/lib" \
"--without-gnu-ld" \
@@ -24,5 +24,6 @@ CONFIGURE_ARGS= "--prefix=${PREFIX}" \
"--without-libgif" \
"--without-libgdbm" \
"--without-libuulib"
+CONFIGURE_ENV= LIBTOOL=${LOCALBASE}/bin/libtool
.include "../../mk/bsd.pkg.mk"