default to apache24 (not 22)
This commit is contained in:
parent
8de50bcdad
commit
514159645b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: apache.mk,v 1.29 2014/07/04 21:20:52 dholland Exp $
|
||||
# $NetBSD: apache.mk,v 1.30 2017/03/11 18:29:24 maya Exp $
|
||||
#
|
||||
# This file is meant to be included by packages that require an apache
|
||||
# web server.
|
||||
|
@ -46,7 +46,7 @@ _SYS_VARS.apache= PKG_APACHE APACHE_PKG_PREFIX
|
|||
|
||||
.include "bsd.fast.prefs.mk"
|
||||
|
||||
PKG_APACHE_DEFAULT?= apache22
|
||||
PKG_APACHE_DEFAULT?= apache24
|
||||
BUILD_DEFS+= PKG_APACHE_DEFAULT
|
||||
BUILD_DEFS_EFFECTS+= PKG_APACHE APACHE_PKG_PREFIX
|
||||
|
||||
|
|
Loading…
Reference in a new issue