diff options
author | gahr <gahr@FreeBSD.org> | 2009-07-13 20:48:28 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-07-13 20:48:28 +0800 |
commit | 837d8be9ce3fb9a1790a3de2ed565774f1463103 (patch) | |
tree | 4dcebb939b4c0dd170483ab80f2fe84a7c89431d /x11/Makefile | |
parent | 0c018fd1b8d308a9c033bdae93a0af37ba85058e (diff) | |
download | freebsd-ports-gnome-837d8be9ce3fb9a1790a3de2ed565774f1463103.tar.gz freebsd-ports-gnome-837d8be9ce3fb9a1790a3de2ed565774f1463103.tar.zst freebsd-ports-gnome-837d8be9ce3fb9a1790a3de2ed565774f1463103.zip |
- New port: x11/ooxcb
ooxcb (the object oriented X C binding) is a new Python binding to the
X server using XCB.
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index c1247626bdf6..75c0139e9878 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -233,6 +233,7 @@ SUBDIR += nvidia-xconfig SUBDIR += oooqs SUBDIR += oooqs2 + SUBDIR += ooxcb SUBDIR += p5-Clipboard SUBDIR += p5-X11-GUITest SUBDIR += p5-X11-IdleTime |