svn commit: r334798 - head/www/linkchecker

Olli Hauer ohauer at FreeBSD.org
Sun Nov 24 23:40:05 UTC 2013


Author: ohauer
Date: Sun Nov 24 23:40:05 2013
New Revision: 334798
URL: http://svnweb.freebsd.org/changeset/ports/334798

Log:
  - fix non default dependency

Modified:
  head/www/linkchecker/Makefile

Modified: head/www/linkchecker/Makefile
==============================================================================
--- head/www/linkchecker/Makefile	Sun Nov 24 23:33:15 2013	(r334797)
+++ head/www/linkchecker/Makefile	Sun Nov 24 23:40:05 2013	(r334798)
@@ -87,7 +87,7 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}css
 
 # To run the WSGI Web interface
 .if ${PORT_OPTIONS:MWSGI}
-RUN_DEPENDS+=	${APACHE_PKGNAMEPREFIX}mod_wsg>0:${PORTSDIR}/www/mod_wsgi2
+RUN_DEPENDS+=	${APACHE_PKGNAMEPREFIX}mod_wsg2>0:${PORTSDIR}/www/mod_wsgi2
 USE_APACHE_RUN=	22
 .endif
 


More information about the svn-ports-all mailing list