diff options
author | stas <stas@FreeBSD.org> | 2009-09-23 23:02:29 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-09-23 23:02:29 +0800 |
commit | db0d4b9b86ef0040f4448b60ad83264f29dac17b (patch) | |
tree | 7afacc49c5f991d06cc09a4f50283b0ee09f3cc3 /devel/Makefile | |
parent | 0effb0be52c5d5757607ebe253e0ea76c23a1347 (diff) | |
download | freebsd-ports-gnome-db0d4b9b86ef0040f4448b60ad83264f29dac17b.tar.gz freebsd-ports-gnome-db0d4b9b86ef0040f4448b60ad83264f29dac17b.tar.zst freebsd-ports-gnome-db0d4b9b86ef0040f4448b60ad83264f29dac17b.zip |
- Add port for libdispatch, the userland implementation of Grand Central
Dispatch technology.
WWW: http://libdispatch.macosforge.org/
Feature safe: yes (I believe that)
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 3a466ea9a1e2..9c32a9c9f231 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -640,6 +640,7 @@ SUBDIR += libdfui SUBDIR += libdict SUBDIR += libdisasm + SUBDIR += libdispatch SUBDIR += libdlmalloc SUBDIR += libdlna SUBDIR += libdnsres |