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

Bernard Spil brnrd at FreeBSD.org
Sun Aug 13 13:44:18 UTC 2017


Author: brnrd
Date: Sun Aug 13 13:44:17 2017
New Revision: 447885
URL: https://svnweb.freebsd.org/changeset/ports/447885

Log:
  www/mod_md-devel: Unbreak INDEX
  
   - Remove WIP Mk/Uses/apache.mk referece

Modified:
  head/www/mod_http2-devel/Makefile

Modified: head/www/mod_http2-devel/Makefile
==============================================================================
--- head/www/mod_http2-devel/Makefile	Sun Aug 13 13:15:10 2017	(r447884)
+++ head/www/mod_http2-devel/Makefile	Sun Aug 13 13:44:17 2017	(r447885)
@@ -14,9 +14,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libnghttp2.so:www/libnghttp2
 
-USES=		autoreconf libtool ssl
+USES=		apache:2.4+ autoreconf libtool ssl
 USE_GITHUB=	yes
-USE_APACHE=	24
+#USE_APACHE=	24
 
 GH_ACCOUNT=	icing
 GH_PROJECT=	mod_h2


More information about the svn-ports-all mailing list