From d80773427a46efd45368c7618df459ebb1f3646a Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 19 Aug 1998 15:33:12 +0000 Subject: Define USE_LIBTOOL, and get rid of old BUILD_DEPENDS=libtool definition. Use new LIBTOOL_FLAGS definition. --- converters/kdesupport/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'converters/kdesupport') diff --git a/converters/kdesupport/Makefile b/converters/kdesupport/Makefile index a33e768a6a2..b6c0c275130 100644 --- a/converters/kdesupport/Makefile +++ b/converters/kdesupport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/07/21 21:13:46 tv Exp $ +# $NetBSD: Makefile,v 1.13 1998/08/19 15:33:12 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1997/11/05 04:19:46 asami Exp # @@ -9,13 +9,13 @@ MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.0/distribution/tar/generic/s MAINTAINER= tron@netbsd.org -BUILD_DEPENDS= ${LOCALBASE}/bin/libtool:../../devel/libtool DEPENDS+= qt-1.40:../../x11/qt CONFLICTS= kdesupport-2.1b kdesupport-3.1b kdesupport-4.1b USE_X11= yes GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \ "--with-qt-includes=${PREFIX}/include/qt" \ "--with-qt-libraries=${PREFIX}/lib" \ @@ -24,6 +24,6 @@ CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \ "--without-libgif" \ "--without-libgdbm" \ "--without-libuulib" -CONFIGURE_ENV= LIBTOOL="${LOCALBASE}/bin/libtool --install-la" +LIBTOOL_FLAGS= --install-la .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3