summaryrefslogtreecommitdiff
path: root/www
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 /www
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 'www')
-rw-r--r--www/apache6/Makefile4
1 files changed, 2 insertions, 2 deletions
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