summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 15:08:35 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 15:08:35 +0800
commitad8818050521a27eed4f1b04f0545da5d0f5f9a1 (patch)
treef9d80775f9d0d045b28348f0a57b827bab9c3404 /games
parentdevel/yder: Use USES=pathfix to fix .pc installation (diff)
games/adonthell: Remove outdated PYTHON_REL check after lang/python37 removal
Diffstat (limited to 'games')
-rw-r--r--games/adonthell/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile
index e6d007c63ec6..fae7d1d4238f 100644
--- a/games/adonthell/Makefile
+++ b/games/adonthell/Makefile
@@ -21,7 +21,7 @@ USE_SDL= mixer2 ttf2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-py-debug \
--disable-pyc \
- --with-py-libs="$$(${PYTHON_CMD}-config --ldflags ${_PY_EMBED})" \
+ --with-py-libs="$$(${PYTHON_CMD}-config --ldflags --embed)" \
--with-python=${PYTHON_CMD}
PLIST_DIRS= ${DATADIR}/games
@@ -30,17 +30,7 @@ PLIST_FILES= bin/adonthell \
${DATADIR}/modules/adonthell.py \
${DATADIR}/modules/dialogue.py
-.include <bsd.port.pre.mk>
-
-# The "--embed" flag was introduced with Python 3.8 and is required because
-# C extensions are no longer linked to libpython since Python 3.8 and onwards.
-#
-# See also https://bugs.python.org/issue36721 for reference.
-.if ${PYTHON_REL} >= 30800
-_PY_EMBED= --embed
-.endif
-
post-patch:
@${REINPLACE_CMD} 's,adonthell-0.3,adonthell,g' ${WRKSRC}/src/Makefile.in
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>