svn commit: r411709 - head/www/mod_http2-devel

Mathieu Arnold mat at FreeBSD.org
Wed Mar 23 14:06:15 UTC 2016


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


More information about the svn-ports-all mailing list