svn commit: r362008 - head/www/mod_perl2

Olli Hauer ohauer at FreeBSD.org
Tue Jul 15 21:24:21 UTC 2014


Author: ohauer
Date: Tue Jul 15 21:24:20 2014
New Revision: 362008
URL: http://svnweb.freebsd.org/changeset/ports/362008
QAT: https://qat.redports.org/buildarchive/r362008/

Log:
  - since the port is broken if build against apache24
    limit the supported apache version to apache22.

Modified:
  head/www/mod_perl2/Makefile

Modified: head/www/mod_perl2/Makefile
==============================================================================
--- head/www/mod_perl2/Makefile	Tue Jul 15 21:13:33 2014	(r362007)
+++ head/www/mod_perl2/Makefile	Tue Jul 15 21:24:20 2014	(r362008)
@@ -17,7 +17,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 SUB_FILES=	pkg-message
 SUB_LIST=	APACHEMODDIR=${APACHEMODDIR}
-USE_APACHE=	22+
+USE_APACHE=	22
 USES=		gmake perl5
 USE_PERL5=	configure
 USE_CSTD=	gnu89


More information about the svn-ports-all mailing list