summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-04-25 23:19:12 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2024-04-25 23:19:12 -0700
commit5fd3ca471db1ef69fb1ba44dfd8e4e78a6b55d21 (patch)
tree111a50d4ad1532c517f17ae8bf3c81c94b68fc1d
parentmath/py-islpy: New port: Wrapper around isl, an integer set library (diff)
math/py-islpy: Remove unnecessary lines
-rw-r--r--math/py-islpy/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/math/py-islpy/Makefile b/math/py-islpy/Makefile
index 318bc849e407..84a2f78dcb29 100644
--- a/math/py-islpy/Makefile
+++ b/math/py-islpy/Makefile
@@ -25,9 +25,6 @@ USE_PYTHON= pep517 autoplist pytest
SHEBANG_FILES= configure.py
-xCXXFLAGS+= -I${WRKSRC}/isl/include \
- -I${WRKSRC}/isl-supplementary
-
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
TEST_WRKSRC= ${WRKSRC}/test