diff options
author | cmt <cmt@FreeBSD.org> | 2019-02-10 04:35:14 +0800 |
---|---|---|
committer | cmt <cmt@FreeBSD.org> | 2019-02-10 04:35:14 +0800 |
commit | 5c8e2ee1e46520153ef87d8633b0d19cbfb36bd7 (patch) | |
tree | e1c0b8bd3921367c30222b35666f8cf99c08173d /devel/Makefile | |
parent | 52c857d63dbc416cb21eee3eff9c4d51c705e46f (diff) | |
download | freebsd-ports-gnome-5c8e2ee1e46520153ef87d8633b0d19cbfb36bd7.tar.gz freebsd-ports-gnome-5c8e2ee1e46520153ef87d8633b0d19cbfb36bd7.tar.zst freebsd-ports-gnome-5c8e2ee1e46520153ef87d8633b0d19cbfb36bd7.zip |
add PySide2 - Python Binding for Qt5
keeping the organization of the old pyside ports, this is split in
pyside2, pyside2-tools and shiboken2
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 5f12662b93a6..ca105492e32b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5393,6 +5393,8 @@ SUBDIR += pyrex SUBDIR += pyside SUBDIR += pyside-tools + SUBDIR += pyside2 + SUBDIR += pyside2-tools SUBDIR += pyst SUBDIR += pysvn SUBDIR += pythk @@ -6233,6 +6235,7 @@ SUBDIR += shflags SUBDIR += shfmt SUBDIR += shiboken + SUBDIR += shiboken2 SUBDIR += shmap SUBDIR += shtk SUBDIR += shtool |