Skip to content

Commit 5893b37

Browse files
committed
python313: pkglint cleanup
1 parent edcf584 commit 5893b37

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lang/python313/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.21 2025/08/07 14:23:01 wiz Exp $
1+
# $NetBSD: Makefile,v 1.22 2025/08/07 14:23:18 wiz Exp $
22

33
.include "dist.mk"
44

@@ -55,10 +55,10 @@ PTHREAD_OPTS+= require
5555
PLIST_VARS+= uuid
5656

5757
# NetBSD-8 curses has enough support for py-curses
58-
USE_CURSES= getsyx update_panels wide
58+
USE_CURSES= getsyx update_panels wide
5959
# But we build as ncurses still to get the full feature set easily
6060
.if ${OPSYS} == "NetBSD"
61-
FAKE_NCURSES= yes
61+
FAKE_NCURSES= yes
6262
.else
6363
# https://github.com/python/cpython/issues/124228
6464
PLIST.uuid= yes

0 commit comments

Comments
 (0)