Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2015 23:17:28 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387779 - head/www/linkchecker
Message-ID:  <201505282317.t4SNHSlR026686@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu May 28 23:17:27 2015
New Revision: 387779
URL: https://svnweb.freebsd.org/changeset/ports/387779

Log:
  Fix RUN_DEPENDS.
  
  Sponsored by:	Absolight

Modified:
  head/www/linkchecker/Makefile

Modified: head/www/linkchecker/Makefile
==============================================================================
--- head/www/linkchecker/Makefile	Thu May 28 22:22:59 2015	(r387778)
+++ head/www/linkchecker/Makefile	Thu May 28 23:17:27 2015	(r387779)
@@ -33,7 +33,7 @@ CLAMAV_RUN_DEPENDS=	clamscan:${PORTSDIR}
 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=\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505282317.t4SNHSlR026686>