summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authoragc <agc>1998-08-19 15:25:51 +0000
committeragc <agc>1998-08-19 15:25:51 +0000
commit3973d3ccabe0bdeeeacaa7acc9757df765d77dc8 (patch)
tree255b738cc54878dae42df28442af3eb92e443c97 /x11
parentfda5aaf22b8b2e6f3a08e26c49a2ae519e8145f3 (diff)
downloadpkgsrc-3973d3ccabe0bdeeeacaa7acc9757df765d77dc8.tar.gz
Use new LIBTOOL_FLAGS definition
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs/Makefile6
1 files changed, 3 insertions, 3 deletions
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"