diff options
Diffstat (limited to 'databases/p5-DB_File')
-rw-r--r-- | databases/p5-DB_File/Makefile | 4 |
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" |