diff options
author | jlam <jlam> | 2004-02-08 03:47:08 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-08 03:47:08 +0000 |
commit | 14b76e1f63331fc4a9b7781e44844bfa72b0459b (patch) | |
tree | 46580490fcf20e30631ec482ea4004eebd2f0f83 /databases/rrdtool | |
parent | 67d47890bff8ecd87292d278d19bc1183883ff82 (diff) | |
download | pkgsrc-14b76e1f63331fc4a9b7781e44844bfa72b0459b.tar.gz |
LTCONFIG_OVERRIDE is obsolete... use LIBTOOL_OVERRIDE instead. Also some
minor whitespace nits.
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} |