diff options
author | hubertf <hubertf> | 2000-08-15 23:20:51 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-15 23:20:51 +0000 |
commit | eb41456364b76c3a6f0b1a1d593244488190e93c (patch) | |
tree | c33d3752b7e1e49ceee59e07f1c704e531af08d4 | |
parent | b9fc8d2afd115f6767c4287ea2e1f1f38ce7b96a (diff) | |
download | pkgsrc-eb41456364b76c3a6f0b1a1d593244488190e93c.tar.gz |
USE_PKGLIBTOOL => USE_LIBTOOL
-rw-r--r-- | x11/kdelibs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile index e00114d1249..f0ab7260377 100644 --- a/x11/kdelibs/Makefile +++ b/x11/kdelibs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2000/07/25 22:32:25 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.53 2000/08/15 23:20:51 hubertf Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp # @@ -18,8 +18,7 @@ DEPENDS+= tiff-*:../../graphics/tiff USE_X11BASE= yes USE_GMAKE= yes -USE_PKGLIBTOOL= yes -LIBTOOL_FLAGS= --cplusplus --install-la +USE_LIBTOOL= yes GNU_CONFIGURE= yes EVAL_PREFIX+= QT1DIR=qt1 |