Skip to content

Commit

Permalink
math/cadabra2: Remove outdated PYTHON_REL check after lang/python37 r…
Browse files Browse the repository at this point in the history
…emoval

Approved by:	portmgr (blanket)
With hat:	python
  • Loading branch information
sunpoet committed Aug 26, 2023
1 parent a681377 commit 767f3ad
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions math/cadabra2/Makefile
Expand Up @@ -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>

0 comments on commit 767f3ad

Please sign in to comment.