summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-08 03:47:08 +0000
committerjlam <jlam@pkgsrc.org>2004-02-08 03:47:08 +0000
commit8b4f250b52167bdd8bb76f06e9b7920258c89bcd (patch)
tree46580490fcf20e30631ec482ea4004eebd2f0f83 /databases
parent3125014a8fbb6849f8060d874dd7bb4961b1ad67 (diff)
downloadpkgsrc-8b4f250b52167bdd8bb76f06e9b7920258c89bcd.tar.gz
LTCONFIG_OVERRIDE is obsolete... use LIBTOOL_OVERRIDE instead. Also some
minor whitespace nits.
Diffstat (limited to 'databases')
-rw-r--r--databases/rrdtool/Makefile14
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}