diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-15 23:20:51 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-15 23:20:51 +0000 |
commit | a9ca726ba65907008e12eb87425f102e41c409f6 (patch) | |
tree | c33d3752b7e1e49ceee59e07f1c704e531af08d4 /x11 | |
parent | 1c5a60de44f05072128a6241687a761289a28998 (diff) | |
download | pkgsrc-a9ca726ba65907008e12eb87425f102e41c409f6.tar.gz |
USE_PKGLIBTOOL => USE_LIBTOOL
Diffstat (limited to 'x11')
-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 |