aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:16 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:16 +0000
commit767f3ad86a3ae4103d04f33ab7a0ea6a50fc02d0 (patch)
treeb035b38df5eef5f3be4e0c2795831b392073d1ab
parenta6813775ea54722f1e78dbff1391ef322212c779 (diff)
downloadports-767f3ad86a3ae4103d04f33ab7a0ea6a50fc02d0.tar.gz
ports-767f3ad86a3ae4103d04f33ab7a0ea6a50fc02d0.zip
math/cadabra2: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket) With hat: python
-rw-r--r--math/cadabra2/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile
index 55403739688d..ea515d4f0835 100644
--- a/math/cadabra2/Makefile
+++ b/math/cadabra2/Makefile
@@ -44,15 +44,9 @@ GUI_USES= desktop-file-utils
GUI_USE= GNOME=gtkmm30,gdkpixbuf2
GUI_CMAKE_BOOL= ENABLE_FRONTEND
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-_PY_SONAME= .cpython-${PYTHON_SUFFIX}m
-.else
_PY_SONAME= ${PYTHON_EXT_SUFFIX}
-.endif
post-extract: # unbundle
@${RM} -r ${WRKSRC}/libs/jsoncpp ${WRKSRC}/libs/websocketpp
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>