summaryrefslogtreecommitdiff
path: root/math/py-ipyopt
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-ipyopt')
-rw-r--r--math/py-ipyopt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-ipyopt/Makefile b/math/py-ipyopt/Makefile
index 4c0b1e87add9..b50c100492dc 100644
--- a/math/py-ipyopt/Makefile
+++ b/math/py-ipyopt/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${PY_DEPENDS}
LIB_DEPENDS= libipopt.so:math/ipopt
RUN_DEPENDS= ${PY_DEPENDS}
-USES= compiler:c++17-lang pkgconfig python:3.6+
+USES= compiler:c++17-lang pkgconfig python
USE_PYTHON= distutils autoplist pytest
CXXFLAGS+= $(pkg-config --cflags ipopt)