We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e1fd2 commit 6ed9d55Copy full SHA for 6ed9d55
1 file changed
lang/python313/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.21 2025/08/07 14:23:01 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2025/08/07 14:23:18 wiz Exp $
2
3
.include "dist.mk"
4
@@ -55,10 +55,10 @@ PTHREAD_OPTS+= require
55
PLIST_VARS+= uuid
56
57
# NetBSD-8 curses has enough support for py-curses
58
-USE_CURSES= getsyx update_panels wide
+USE_CURSES= getsyx update_panels wide
59
# But we build as ncurses still to get the full feature set easily
60
.if ${OPSYS} == "NetBSD"
61
-FAKE_NCURSES= yes
+FAKE_NCURSES= yes
62
.else
63
# https://github.com/python/cpython/issues/124228
64
PLIST.uuid= yes
0 commit comments