summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2000-06-15 18:09:04 +0000
committerskrll <skrll@pkgsrc.org>2000-06-15 18:09:04 +0000
commitf8b5a7c34959ae5bf0a2560ead5e2c1f8495ae95 (patch)
tree260724b15da17d68fd3d424dfcd7918ba66e1e7a /databases
parent73e1969288baecc20043e4cc4458331f63086412 (diff)
downloadpkgsrc-f8b5a7c34959ae5bf0a2560ead5e2c1f8495ae95.tar.gz
Fix the LTCONFIG_OVERRIDE definition.
Diffstat (limited to 'databases')
-rw-r--r--databases/gdbm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile
index 38d0ec97dba..718f78505c8 100644
--- a/databases/gdbm/Makefile
+++ b/databases/gdbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2000/06/13 01:46:52 fredb Exp $
+# $NetBSD: Makefile,v 1.19 2000/06/15 18:09:04 skrll Exp $
# FreeBSD Id: Makefile,v 1.4 1997/01/28 08:11:23 asami Exp
#
@@ -11,6 +11,6 @@ HOMEPAGE= http://www.gnu.org/software/gdbm/gdbm.html
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"