summaryrefslogtreecommitdiff
path: root/mk/apache.mk
diff options
context:
space:
mode:
authortron <tron>2006-05-09 10:05:04 +0000
committertron <tron>2006-05-09 10:05:04 +0000
commitd3483540f73c9e6c2e88c6ce8a0c333fcb815d3f (patch)
treecbf6f21fb0c6c572a085bdab9e44e6b8e4c428de /mk/apache.mk
parent52e76fba60f3130ac27d9dab9a52ab2f9df49a8a (diff)
downloadpkgsrc-d3483540f73c9e6c2e88c6ce8a0c333fcb815d3f.tar.gz
Make the "apache2" package the default. Apache 1.3.x is very outdated.
Diffstat (limited to 'mk/apache.mk')
-rw-r--r--mk/apache.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/apache.mk b/mk/apache.mk
index d15f9dc8713..983beccd288 100644
--- a/mk/apache.mk
+++ b/mk/apache.mk
@@ -1,4 +1,4 @@
-# $NetBSD: apache.mk,v 1.10 2006/04/06 06:23:05 reed Exp $
+# $NetBSD: apache.mk,v 1.11 2006/05/09 10:05:04 tron Exp $
#
# This Makefile fragment handles Apache dependencies and make variables,
# and is meant to be included by packages that require Apache either at
@@ -54,7 +54,7 @@ _PKG_APACHE_ACCEPTED?= ${_PKG_APACHES}
_PKG_APACHE_DEFAULT= ${PKG_APACHE_DEFAULT}
.endif
.if !defined(_PKG_APACHE_DEFAULT)
-_PKG_APACHE_DEFAULT?= apache13
+_PKG_APACHE_DEFAULT?= apache2
.endif
_APACHE_PKGBASE.apache13= apache-1\*