summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorheinz <heinz>2004-10-06 23:27:19 +0000
committerheinz <heinz>2004-10-06 23:27:19 +0000
commit9828610aa3d1827c2d4d36482a824f63d62fd0b0 (patch)
treef79b4fb8ab23d3f1e021e07d84d72d73c324e7ac /databases
parent0668177d333f41925bafa2883a8aa3c2b9f0450b (diff)
downloadpkgsrc-9828610aa3d1827c2d4d36482a824f63d62fd0b0.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')
-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"