pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk default to apache24 (not 22)
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a1fb508a3e8
branches: trunk
changeset: 359475:5a1fb508a3e8
user: maya <maya%pkgsrc.org@localhost>
date: Sat Mar 11 18:29:24 2017 +0000
description:
default to apache24 (not 22)
diffstat:
mk/apache.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f3b5f5720c52 -r 5a1fb508a3e8 mk/apache.mk
--- a/mk/apache.mk Sat Mar 11 17:22:45 2017 +0000
+++ b/mk/apache.mk Sat Mar 11 18:29:24 2017 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index