diff options
author | hubertf <hubertf> | 2000-08-16 00:20:22 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-16 00:20:22 +0000 |
commit | ae264116b8cbcdd11273cbc92e6336bfefb7d171 (patch) | |
tree | 86132890e970553862501f389dc8d87a846e7c0d | |
parent | fadfed464921da1efc2f93e29d5d20853c85d4d7 (diff) | |
download | pkgsrc-ae264116b8cbcdd11273cbc92e6336bfefb7d171.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL
-rw-r--r-- | net/kdenetwork/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/kdenetwork/Makefile b/net/kdenetwork/Makefile index 1bf71cdfe1a..56c06f63fba 100644 --- a/net/kdenetwork/Makefile +++ b/net/kdenetwork/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2000/07/17 13:58:21 agc Exp $ +# $NetBSD: Makefile,v 1.49 2000/08/16 00:20:22 hubertf Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp # @@ -20,8 +20,7 @@ NOT_FOR_PLATFORM= *-*-alpha # LP64/ELF problems USE_X11BASE= yes USE_GMAKE= yes -USE_PKGLIBTOOL= yes -LIBTOOL_FLAGS= --cplusplus --install-la +USE_LIBTOOL= yes GNU_CONFIGURE= yes EVAL_PREFIX+= QT1DIR=qt1 KDEBASEDIR=kdebase CONFIGURE_ARGS= "--datadir=${KDEBASEDIR}/share/kde" \ |