diff options
author | wiz <wiz@pkgsrc.org> | 2022-12-02 15:22:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-12-02 15:22:16 +0000 |
commit | ace0b56c3787c50fd784b36fd5ad342bd3530147 (patch) | |
tree | 6d147380e9b218272c9495a453639da70f445b79 | |
parent | 8492f4124a9b9a2aca010cee20a918b710b2027a (diff) | |
download | pkgsrc-ace0b56c3787c50fd784b36fd5ad342bd3530147.tar.gz |
x11/Makefile: + py-sip6
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 5ee24b254a3..aed6d834685 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.970 2022/11/24 11:11:38 nros Exp $ +# $NetBSD: Makefile,v 1.971 2022/12/02 15:22:16 wiz Exp $ # COMMENT= Packages to support the X Window System @@ -343,6 +343,7 @@ SUBDIR+= py-qwt-qt5 SUBDIR+= py-sip SUBDIR+= py-sip-qt5 SUBDIR+= py-sip5 +SUBDIR+= py-sip6 SUBDIR+= py-terminator SUBDIR+= py-terminator-plugins SUBDIR+= py-vte |