diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-11-25 07:40:05 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-11-25 07:40:05 +0800 |
commit | 6e0491356d09b8c833b91248a8971d04a8a53f92 (patch) | |
tree | cc5f92fc1c59cc54f6056634f8d551e40e91e86d /www | |
parent | e5203001f71eb93ee7d09607588cfa3849d46fb7 (diff) | |
download | freebsd-ports-gnome-6e0491356d09b8c833b91248a8971d04a8a53f92.tar.gz freebsd-ports-gnome-6e0491356d09b8c833b91248a8971d04a8a53f92.tar.zst freebsd-ports-gnome-6e0491356d09b8c833b91248a8971d04a8a53f92.zip |
- fix non default dependency
Diffstat (limited to 'www')
-rw-r--r-- | www/linkchecker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linkchecker/Makefile b/www/linkchecker/Makefile index cb1c808abf42..a2532f933c2d 100644 --- a/www/linkchecker/Makefile +++ b/www/linkchecker/Makefile @@ -87,7 +87,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.5:${PORTSDIR}/www/py-cssutils # 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 |