diff options
author | pi <pi@FreeBSD.org> | 2015-04-12 02:13:14 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-04-12 02:13:14 +0800 |
commit | 85b19b7263783b07288433d719e8471bbd853733 (patch) | |
tree | 9b9ec034d8c8a5b6b1bae6ef048e05d201465dfd /x11/Makefile | |
parent | d25b038f9d38f4e3e4d93fc3bc636e97acd67119 (diff) | |
download | freebsd-ports-gnome-85b19b7263783b07288433d719e8471bbd853733.tar.gz freebsd-ports-gnome-85b19b7263783b07288433d719e8471bbd853733.tar.zst freebsd-ports-gnome-85b19b7263783b07288433d719e8471bbd853733.zip |
New port: x11/p5-X11-XCB
The modul bindings wrap libxcb, a C library to speak with X11. It
provides an object oriented interface to the libxcb methods using Mouse.
WWW: http://search.cpan.org/dist/X11-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 3da8c7d5b831..3e5b9319a63c 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -224,6 +224,7 @@ SUBDIR += p5-X11-IdleTime SUBDIR += p5-X11-Protocol SUBDIR += p5-X11-Resolution + SUBDIR += p5-X11-XCB SUBDIR += p5-XTerm-Conf SUBDIR += pixman SUBDIR += plasma-scriptengine-python |