From 767f3ad86a3ae4103d04f33ab7a0ea6a50fc02d0 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sun, 27 Aug 2023 05:42:16 +0800 Subject: [PATCH] math/cadabra2: Remove outdated PYTHON_REL check after lang/python37 removal Approved by: portmgr (blanket) With hat: python --- math/cadabra2/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/math/cadabra2/Makefile b/math/cadabra2/Makefile index 55403739688dd..ea515d4f08358 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 - -.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 +.include