summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-08-19 15:25:51 +0000
committeragc <agc@pkgsrc.org>1998-08-19 15:25:51 +0000
commitd11aeb2a9a356fb541875841af56838238cc416f (patch)
tree255b738cc54878dae42df28442af3eb92e443c97
parentad907f9db5254b50beddb6c774c780edc1218224 (diff)
downloadpkgsrc-d11aeb2a9a356fb541875841af56838238cc416f.tar.gz
Use new LIBTOOL_FLAGS definition
-rw-r--r--devel/glib/Makefile4
-rw-r--r--x11/kdelibs/Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/glib/Makefile b/devel/glib/Makefile
index 35fdf883aef..6d1dbdadd4f 100644
--- a/devel/glib/Makefile
+++ b/devel/glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1998/08/19 09:41:38 agc Exp $
+# $NetBSD: Makefile,v 1.3 1998/08/19 15:25:51 agc Exp $
# FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp
#
@@ -14,6 +14,6 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/glib
-CONFIGURE_ENV+= LIBTOOL="${LOCALBASE}/bin/libtool --install-la"
+LIBTOOL_FLAGS= --install-la
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile
index 5c0341032c7..dd4a945d546 100644
--- a/x11/kdelibs/Makefile
+++ b/x11/kdelibs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1998/07/21 21:13:46 tv Exp $
+# $NetBSD: Makefile,v 1.18 1998/08/19 15:25:51 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp
#
@@ -23,7 +23,7 @@ CONFIGURE_ARGS= "--x-inc=${X11BASE}/include -I${LOCALBASE}/include -I${LOCALBASE
"--datadir=${PREFIX}/share/kde" \
"--with-qt-dir=${PREFIX}" \
"--with-qt-includes=${PREFIX}/include/qt"
-CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" \
- LIBTOOL="${LOCALBASE}/bin/libtool --install-la"
+LIBTOOL_FLAGS= --install-la
+CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
.include "../../mk/bsd.pkg.mk"