summaryrefslogtreecommitdiff
path: root/x11/kdebase
diff options
context:
space:
mode:
authortron <tron>2000-08-30 22:17:14 +0000
committertron <tron>2000-08-30 22:17:14 +0000
commite34abfd75a3e1e56d91f97795455050df44653e2 (patch)
tree0e93174e79405f5c1629b07acb4dd6dfb5d40111 /x11/kdebase
parent359030f2dfefbddd42211f2509915b452d4826f8 (diff)
downloadpkgsrc-e34abfd75a3e1e56d91f97795455050df44653e2.tar.gz
Use our "libtool" instead of internal one.
Diffstat (limited to 'x11/kdebase')
-rw-r--r--x11/kdebase/Makefile12
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" \