diff options
author | tijl <tijl@FreeBSD.org> | 2016-03-23 18:49:17 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-03-23 18:49:17 +0800 |
commit | e5398c7dfa5b2d77fabda07739c0253865adfca0 (patch) | |
tree | 8a08af1d534ec08b92b7f5b790227d8b6da0a871 /devel/Makefile | |
parent | 876adeaa4816cc5c844fd664446ba785ba4b8a41 (diff) | |
download | freebsd-ports-gnome-e5398c7dfa5b2d77fabda07739c0253865adfca0.tar.gz freebsd-ports-gnome-e5398c7dfa5b2d77fabda07739c0253865adfca0.tar.zst freebsd-ports-gnome-e5398c7dfa5b2d77fabda07739c0253865adfca0.zip |
Add devel/libqb.
libqb is a library with the primary purpose of providing high performance
client server reusable features. It provides high performance logging, tracing,
ipc, and poll.
PR: 208181
Submitted by: David Shane Holden <dpejesh@yahoo.com>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index a8a956fd0c4a..5b6a16662ee8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1301,6 +1301,7 @@ SUBDIR += libpololu-avr SUBDIR += libpru SUBDIR += libpthread-stubs + SUBDIR += libqb SUBDIR += libqcow SUBDIR += libqxt SUBDIR += libr3 |