diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 16:04:12 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 16:04:12 +0000 |
commit | 89e07f4a18111a1fde92e57751221f851705f6b8 (patch) | |
tree | e54c7ece9300bb20cc6b5b9ea0b6b8aab3453440 /devel/libftdi1 | |
parent | 7fd0d93a89aedf3ae8004c878caa5e2ff358e78b (diff) | |
download | ports-89e07f4a18111a1fde92e57751221f851705f6b8.tar.gz ports-89e07f4a18111a1fde92e57751221f851705f6b8.zip |
Notes
Diffstat (limited to 'devel/libftdi1')
-rw-r--r-- | devel/libftdi1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index e5855a947a89..3a9aced3b91d 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -39,7 +39,7 @@ CMAKE_ARGS+= -DEXAMPLES:BOOL=false .endif .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= 2 +USES+= python:2 CMAKE_ARGS+= -DPYTHON_BINDINGS:BOOL=true BUILD_DEPENDS+= swig2.0:${PORTSDIR}/devel/swig20 .else |