summaryrefslogtreecommitdiff
path: root/databases/p5-DB_File
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-10-06 23:27:19 +0000
committerheinz <heinz@pkgsrc.org>2004-10-06 23:27:19 +0000
commitd2eb44c14d837a993265620b7872506e7223a34f (patch)
treef79b4fb8ab23d3f1e021e07d84d72d73c324e7ac /databases/p5-DB_File
parentcca8f51fac4d224612dcfc9b15a91ab1d12d2c2f (diff)
downloadpkgsrc-d2eb44c14d837a993265620b7872506e7223a34f.tar.gz
Provide a value 'yes' for USE_DB185. This lets p5-DB_File find the
correct libraries to link with db3 and db4.
Diffstat (limited to 'databases/p5-DB_File')
-rw-r--r--databases/p5-DB_File/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DB_File/Makefile b/databases/p5-DB_File/Makefile
index b80aa9f1191..2396694696c 100644
--- a/databases/p5-DB_File/Makefile
+++ b/databases/p5-DB_File/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/09/05 09:54:24 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/10/06 23:27:19 heinz Exp $
DISTNAME= DB_File-1.806
PKGNAME= p5-${DISTNAME}
@@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl5 module to use Berkeley DB version 1 API
USE_BUILDLINK3= # defined
-USE_DB185= # defined
+USE_DB185= yes
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DB_File/.packlist
.include "../../mk/bsd.prefs.mk"