From 8b4f250b52167bdd8bb76f06e9b7920258c89bcd Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 8 Feb 2004 03:47:08 +0000 Subject: LTCONFIG_OVERRIDE is obsolete... use LIBTOOL_OVERRIDE instead. Also some minor whitespace nits. --- databases/rrdtool/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'databases/rrdtool/Makefile') diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index a9e47f8b799..5fc3840845a 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/02/07 17:44:10 seb Exp $ +# $NetBSD: Makefile,v 1.24 2004/02/08 03:47:08 jlam Exp $ # DISTNAME= rrdtool-1.0.40 @@ -14,12 +14,12 @@ COMMENT= Data analysis tool generating graphical representations NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \ NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha -USE_LIBTOOL= # defined -USE_BUILDLINK3= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/config/ltconfig -LTCONFIG_OVERRIDE+= ${WRKSRC}/contrib/php4/ltconfig -USE_GNU_TOOLS+= make -GNU_CONFIGURE= # defined +USE_LIBTOOL= yes +USE_BUILDLINK3= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/config/libtool +LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool +USE_GNU_TOOLS+= make +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_ENV= PERL=${PERL5} -- cgit v1.2.3