summaryrefslogtreecommitdiff
path: root/converters/kdesupport/Makefile
diff options
context:
space:
mode:
authortv <tv>1998-07-21 21:13:46 +0000
committertv <tv>1998-07-21 21:13:46 +0000
commit2037dc34d78af907d339b6c73fdbd3f653af9517 (patch)
tree08d781042e352ffb61769ade83b8eb6573e02a63 /converters/kdesupport/Makefile
parent8c71abf7ffd1cd3987229ea003c86bda2006d969 (diff)
downloadpkgsrc-2037dc34d78af907d339b6c73fdbd3f653af9517.tar.gz
KDE doesn't use the "normal" Autoconf method of finding libraries; it
relies on libtool's `.la' files. Use the new libtool option --install-la to install those files.
Diffstat (limited to 'converters/kdesupport/Makefile')
-rw-r--r--converters/kdesupport/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/kdesupport/Makefile b/converters/kdesupport/Makefile
index d10852a7dfe..a33e768a6a2 100644
--- a/converters/kdesupport/Makefile
+++ b/converters/kdesupport/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1998/07/19 21:22:34 tv Exp $
+# $NetBSD: Makefile,v 1.12 1998/07/21 21:13:46 tv Exp $
# FreeBSD Id: Makefile,v 1.2 1997/11/05 04:19:46 asami Exp
#
@@ -24,6 +24,6 @@ CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \
"--without-libgif" \
"--without-libgdbm" \
"--without-libuulib"
-CONFIGURE_ENV= LIBTOOL=${LOCALBASE}/bin/libtool
+CONFIGURE_ENV= LIBTOOL="${LOCALBASE}/bin/libtool --install-la"
.include "../../mk/bsd.pkg.mk"