diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-28 23:17:27 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-28 23:17:27 +0000 |
commit | 370b9cc5fe9b3094450424fd564ab9fda7e925a7 (patch) | |
tree | 8d4f606b6f4de83501b1c72b222e946fe962b6cf /www/linkchecker | |
parent | bd524c646122129b36a7174bdaeb0840d2bd251c (diff) |
Fix RUN_DEPENDS.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=387779
Diffstat (limited to 'www/linkchecker')
-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 cc1c70f3e374..34d16d4a132c 100644 --- a/www/linkchecker/Makefile +++ b/www/linkchecker/Makefile @@ -33,7 +33,7 @@ CLAMAV_RUN_DEPENDS= clamscan:${PORTSDIR}/security/clamav GEOIP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GeoIP>0:${PORTSDIR}/net/py-GeoIP GTK2_USE= gnome=pygtk2 LOGIN_DESC= Login form submission -LOGIN_RUN_DEPENDS= twill:${PORTSDIR}/www/twill +LOGIN_RUN_DEPENDS= twill>=0:${PORTSDIR}/www/twill NLS_USES= gettext QT4_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-noqt-setup.py QT4_RUN_DEPENDS=\ |