svn commit: r447886 - head/www/mod_md-devel

Bernard Spil brnrd at FreeBSD.org
Sun Aug 13 13:49:02 UTC 2017


Author: brnrd
Date: Sun Aug 13 13:49:00 2017
New Revision: 447886
URL: https://svnweb.freebsd.org/changeset/ports/447886

Log:
  www/mod_md-devel: Unbreak INDEX

Modified:
  head/www/mod_md-devel/Makefile

Modified: head/www/mod_md-devel/Makefile
==============================================================================
--- head/www/mod_md-devel/Makefile	Sun Aug 13 13:44:17 2017	(r447885)
+++ head/www/mod_md-devel/Makefile	Sun Aug 13 13:49:00 2017	(r447886)
@@ -14,9 +14,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libjansson.so:devel/jansson
 
-USES=		apache:2.4+ autoreconf libtool ssl
+USES=		autoreconf libtool ssl
 USE_GITHUB=	yes
-USE_APACHE=	24
+USE_APACHE=	24+
 
 GH_ACCOUNT=	icing
 GH_PROJECT=	mod_md


More information about the svn-ports-all mailing list