diff options
author | skrll <skrll@pkgsrc.org> | 2000-08-22 21:26:54 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2000-08-22 21:26:54 +0000 |
commit | 3a2db696bd6531c6ec403b2feff0f042e9a02abf (patch) | |
tree | 179f261b31697badbffcc8e493c451c4756ad8fb /net/kdenetwork/Makefile | |
parent | 5054feb1ba1a90867695c3c3377e68f74b018624 (diff) | |
download | pkgsrc-3a2db696bd6531c6ec403b2feff0f042e9a02abf.tar.gz |
Use LTCONFIG_OVERRIDE and remove libtool part of patch.
Diffstat (limited to 'net/kdenetwork/Makefile')
-rw-r--r-- | net/kdenetwork/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile index 56c06f63fba..5e8b559d451 100644 --- a/net/kdenetwork/Makefile +++ b/net/kdenetwork/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2000/08/16 00:20:22 hubertf Exp $ +# $NetBSD: Makefile,v 1.50 2000/08/22 21:26:54 skrll Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp # @@ -21,6 +21,7 @@ NOT_FOR_PLATFORM= *-*-alpha # LP64/ELF problems USE_X11BASE= yes USE_GMAKE= yes USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig GNU_CONFIGURE= yes EVAL_PREFIX+= QT1DIR=qt1 KDEBASEDIR=kdebase CONFIGURE_ARGS= "--datadir=${KDEBASEDIR}/share/kde" \ |