diff options
Diffstat (limited to 'databases/rrdtool')
-rw-r--r-- | databases/rrdtool/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
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} |