git: 767f3ad86a3a - main - math/cadabra2: Remove outdated PYTHON_REL check after lang/python37 removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Aug 2023 21:53:44 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=767f3ad86a3ae4103d04f33ab7a0ea6a50fc02d0 commit 767f3ad86a3ae4103d04f33ab7a0ea6a50fc02d0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-26 21:42:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-26 21:42:16 +0000 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 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>