aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-selenium/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-05-29 08:37:44 +0800
committermiwi <miwi@FreeBSD.org>2013-05-29 08:37:44 +0800
commit9d655299b55d100d9ba506fdeb6426096ca73cf1 (patch)
treeeb393e8097d8acf74be662ff3f03aefa8b1f1217 /www/py-selenium/Makefile
parent638c547872bb7217f9b1738d20853c15937aeedd (diff)
downloadfreebsd-ports-gnome-9d655299b55d100d9ba506fdeb6426096ca73cf1.tar.gz
freebsd-ports-gnome-9d655299b55d100d9ba506fdeb6426096ca73cf1.tar.zst
freebsd-ports-gnome-9d655299b55d100d9ba506fdeb6426096ca73cf1.zip
- Update to 2.33.0
PR: 179024 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
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 3aaed33aa6a1..52ed61515354 100644
--- a/www/py-selenium/Makefile
+++ b/www/py-selenium/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= selenium
-PORTVERSION= 2.32.0
+PORTVERSION= 2.33.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -25,7 +25,7 @@ FIREFOX_DESC= Install Firefox
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFIREFOX}
-USE_FIREFOX= 10+
+USE_FIREFOX= yes
.endif
.include <bsd.port.mk>