diff options
author | grant <grant> | 2003-07-30 01:53:15 +0000 |
---|---|---|
committer | grant <grant> | 2003-07-30 01:53:15 +0000 |
commit | 28bfb649ee87b6b791e4191c2248cb997f746d8b (patch) | |
tree | 925779359b1952c33b6454c3a6129824caf74333 /www | |
parent | 927e9072f8d478bcd85fed8c20819bc5bf6d3f58 (diff) | |
download | pkgsrc-28bfb649ee87b6b791e4191c2248cb997f746d8b.tar.gz |
fix cut and pasto introduced in rev 1.66 (USE_DB185).
Diffstat (limited to 'www')
-rw-r--r-- | www/apache6/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile index add0a29de95..8c11835390d 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2003/07/17 22:55:28 grant Exp $ +# $NetBSD: Makefile,v 1.78 2003/07/30 01:53:15 grant Exp $ # # This package does not compile in mod_ssl support hooks, as it conflicts # with IPv6-enable patch. @@ -122,6 +122,8 @@ LINK_LIBGCC_LDFLAGS+= -lgcc_s .endif # Use operating system's db1 functions (where available) +USE_DB185= # defined + .include "../../databases/db/buildlink2.mk" BUILDLINK_DEPENDS.db= db>=2.7.7 |