summaryrefslogtreecommitdiff
path: root/databases/edb
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-12-19 12:41:02 +0000
committergrant <grant@pkgsrc.org>2002-12-19 12:41:02 +0000
commitdd9c4f2490fbd832d2a7815df79cdbf7cab80a1f (patch)
treeabd2db05f676f581ef1e578dbdd93c8a35ab1997 /databases/edb
parent4045d1107598643eb2e0586ffde58b8a1351bcd0 (diff)
downloadpkgsrc-dd9c4f2490fbd832d2a7815df79cdbf7cab80a1f.tar.gz
allow this to build by replacing the use of LTCONFIG_OVERRIDE with
LIBTOOL_OVERRIDE.
Diffstat (limited to 'databases/edb')
-rw-r--r--databases/edb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/edb/Makefile b/databases/edb/Makefile
index fbe926cfe48..5c9099d8e9e 100644
--- a/databases/edb/Makefile
+++ b/databases/edb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/11/08 23:23:10 rh Exp $
+# $NetBSD: Makefile,v 1.4 2002/12/19 12:41:02 grant Exp $
#
DISTNAME= edb-1.0.3
@@ -13,7 +13,7 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_BUILDLINK2= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
CONFIGURE_ARGS+= --enable-cxx
.include "../../x11/gtk/buildlink2.mk"