summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/p5-DB_File/Makefile4
-rw-r--r--www/apache6/Makefile4
2 files changed, 4 insertions, 4 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"
diff --git a/www/apache6/Makefile b/www/apache6/Makefile
index 9b8b85bcbed..410531f4c0a 100644
--- a/www/apache6/Makefile
+++ b/www/apache6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2004/10/03 00:18:24 tv Exp $
+# $NetBSD: Makefile,v 1.92 2004/10/06 23:27:19 heinz Exp $
#
# This package does not compile in mod_ssl support hooks, as it conflicts
# with IPv6-enable patch.
@@ -123,7 +123,7 @@ LINK_LIBGCC_LDFLAGS+= -lgcc_s
.endif
# Use operating system's db1 functions (where available)
-USE_DB185= # defined
+USE_DB185= yes
.include "../../databases/db/buildlink3.mk"
BUILDLINK_DEPENDS.db= db>=2.7.7