Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2016 14:06:14 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411709 - head/www/mod_http2-devel
Message-ID:  <201603231406.u2NE6Ep6074654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Mar 23 14:06:14 2016
New Revision: 411709
URL: https://svnweb.freebsd.org/changeset/ports/411709

Log:
  USE_APACHE=24+ does not work, so, use "24" as it's equivalent right now.
  
  Sponsored by:	Absolight

Modified:
  head/www/mod_http2-devel/Makefile

Modified: head/www/mod_http2-devel/Makefile
==============================================================================
--- head/www/mod_http2-devel/Makefile	Wed Mar 23 14:06:08 2016	(r411708)
+++ head/www/mod_http2-devel/Makefile	Wed Mar 23 14:06:14 2016	(r411709)
@@ -23,7 +23,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=ext-
 CONFIGURE_ENV=	CONFIG_SHELL=/bin/sh
 
-USE_APACHE=	24+
+USE_APACHE=	24
 MODULENAME=	${GH_PROJECT}
 
 CFLAGS+=	-I${LOCALBASE}/include



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603231406.u2NE6Ep6074654>