diff options
author | tron <tron@pkgsrc.org> | 2000-08-30 22:17:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-30 22:17:14 +0000 |
commit | 0a9aad7ec48b91d7d73426efea72487c7e7e1703 (patch) | |
tree | 0e93174e79405f5c1629b07acb4dd6dfb5d40111 | |
parent | 1060039fd6a9da7554dfedac76fdeabfb953c8e5 (diff) | |
download | pkgsrc-0a9aad7ec48b91d7d73426efea72487c7e7e1703.tar.gz |
Use our "libtool" instead of internal one.
-rw-r--r-- | x11/kdebase/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index e9ed5d9479e..6b206df448c 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2000/08/23 23:14:32 tron Exp $ +# $NetBSD: Makefile,v 1.70 2000/08/30 22:17:14 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp DISTNAME= kdebase-1.1.2 @@ -20,10 +20,12 @@ DEPENDS+= kdelibs-1.1.2:../../x11/kdelibs # DEPENDS+= libungif-*:../../graphics/libungif -USE_X11BASE= YES -USE_XPM= YES -USE_GMAKE= YES -GNU_CONFIGURE= YES +USE_X11BASE= YES +USE_XPM= YES +USE_GMAKE= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig +GNU_CONFIGURE= YES EVAL_PREFIX+= QT1DIR=qt1 CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \ |