aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2015-01-04 16:23:23 +0800
committermva <mva@FreeBSD.org>2015-01-04 16:23:23 +0800
commit07973f5c11ad2f2f56723f1644cb3fc7999f2b7d (patch)
tree1cdae6561f79442fe9ad9ddb96f3f6a30fb515a4 /devel
parentd962f6d84c3fd275ea199f97c8e98b542952c84c (diff)
downloadfreebsd-ports-gnome-07973f5c11ad2f2f56723f1644cb3fc7999f2b7d.tar.gz
freebsd-ports-gnome-07973f5c11ad2f2f56723f1644cb3fc7999f2b7d.tar.zst
freebsd-ports-gnome-07973f5c11ad2f2f56723f1644cb3fc7999f2b7d.zip
- Convert USE_PYTHON -> USES leftovers missed in the previous commits
Spotted by: antoine With hat: python
Diffstat (limited to 'devel')
-rw-r--r--devel/hachoir-core/Makefile2
-rw-r--r--devel/streamhtmlparser/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/hachoir-core/Makefile b/devel/hachoir-core/Makefile
index a89c4fe74cab..f8cc4a69be9a 100644
--- a/devel/hachoir-core/Makefile
+++ b/devel/hachoir-core/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= CHEESESHOP
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Hachoir core parser
-USE= python
+USES= python
USE_PYTHON= distutils
.include <bsd.port.mk>
diff --git a/devel/streamhtmlparser/Makefile b/devel/streamhtmlparser/Makefile
index ff70ca9391fa..0fcf8fd37c2a 100644
--- a/devel/streamhtmlparser/Makefile
+++ b/devel/streamhtmlparser/Makefile
@@ -22,7 +22,7 @@ STATIC_DESC= Install static library
OPTIONS_DEFAULT=STATIC
OPTIONS_SUB= yes
-PYBINDINGS_USE= python=yes
+PYBINDINGS_USES= python
PYBINDINGS_CONFIGURE_ENABLE= python
PYBINDINGS_CFLAGS= -I${PYTHON_INCLUDEDIR}