aboutsummaryrefslogtreecommitdiff
path: root/www/py-selenium/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2012-05-24 06:21:50 +0000
committerWen Heping <wen@FreeBSD.org>2012-05-24 06:21:50 +0000
commitcbe5fd7ade5016d02efdbd26b7b6d65f7d713770 (patch)
tree8bc8da5210e6807339675df84d99c74fe002ec2a /www/py-selenium/Makefile
parentd70c6ace66adf0160e5386a642484e86d941eea5 (diff)
downloadports-cbe5fd7ade5016d02efdbd26b7b6d65f7d713770.tar.gz
ports-cbe5fd7ade5016d02efdbd26b7b6d65f7d713770.zip
- Update to 2.21.3
PR: 168100 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Notes
Notes: svn path=/head/; revision=297316
Diffstat (limited to 'www/py-selenium/Makefile')
-rw-r--r--www/py-selenium/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-selenium/Makefile b/www/py-selenium/Makefile
index 0e1fbf83f9d4..3622250ee42d 100644
--- a/www/py-selenium/Makefile
+++ b/www/py-selenium/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= selenium
-PORTVERSION= 2.21.2
+PORTVERSION= 2.21.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -29,7 +29,7 @@ OPTIONS= FIREFOX "Install Firefox" Off
.include <bsd.port.options.mk>
.if defined(WITH_FIREFOX)
-USE_FIREFOX= 36+
+USE_FIREFOX= 10+
.endif
.include <bsd.port.mk>