diff options
author | tnn <tnn@pkgsrc.org> | 2020-08-30 08:23:52 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-08-30 08:23:52 +0000 |
commit | 5d5104cfcb3b4f05b55f8afec2ebf1a568a4fe91 (patch) | |
tree | 8868cd95656346786a0917b49c1e5b11b27cd580 | |
parent | 28b8b0b92422d4e0f662fe504b859627100ce56c (diff) | |
download | pkgsrc-5d5104cfcb3b4f05b55f8afec2ebf1a568a4fe91.tar.gz |
x11/Makefile: +py-qwt-qt5
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 7f688bc1cb8..87364472050 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.902 2020/07/10 20:02:23 rhialto Exp $ +# $NetBSD: Makefile,v 1.903 2020/08/30 08:23:52 tnn Exp $ # COMMENT= Packages to support the X window system @@ -329,6 +329,7 @@ SUBDIR+= py-qt4 SUBDIR+= py-qt5 SUBDIR+= py-qt5-qscintilla SUBDIR+= py-qwt-qt4 +SUBDIR+= py-qwt-qt5 SUBDIR+= py-sip SUBDIR+= py-sip-qt4 SUBDIR+= py-sip-qt5 |