summaryrefslogtreecommitdiff
path: root/databases/gdbm
diff options
context:
space:
mode:
authorskrll <skrll>2000-06-15 18:09:04 +0000
committerskrll <skrll>2000-06-15 18:09:04 +0000
commitc5161a8e804d36c67b70da0c7ac95e47ed6c7727 (patch)
tree260724b15da17d68fd3d424dfcd7918ba66e1e7a /databases/gdbm
parent61394f35a2697263e9df7445336990d791394473 (diff)
downloadpkgsrc-c5161a8e804d36c67b70da0c7ac95e47ed6c7727.tar.gz
Fix the LTCONFIG_OVERRIDE definition.
Diffstat (limited to 'databases/gdbm')
-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"