diff options
author | pav <pav@FreeBSD.org> | 2011-08-08 21:29:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-08-08 21:29:34 +0800 |
commit | 0b1ed84d1ed220f2a72462f516ebab6368515fa8 (patch) | |
tree | e28e5c5df26e65656753ddeaec04a115a45a16cd /devel/Makefile | |
parent | daab9791fc174097bd6897dfedaf33f28c4a7350 (diff) | |
download | freebsd-ports-gnome-0b1ed84d1ed220f2a72462f516ebab6368515fa8.tar.gz freebsd-ports-gnome-0b1ed84d1ed220f2a72462f516ebab6368515fa8.tar.zst freebsd-ports-gnome-0b1ed84d1ed220f2a72462f516ebab6368515fa8.zip |
GNU LIBUNISTRING - Unicode string library
This library provides functions for manipulating Unicode strings and
for manipulating C strings according to the Unicode standard.
WWW: http://www.gnu.org/software/libunistring/
PR: ports/157172
Submitted by: Takefu <takefu@airport.fm>
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 f68ffe38524e..c4129d4a9a35 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -901,6 +901,7 @@ SUBDIR += libukcprog SUBDIR += libunicode SUBDIR += libuninum + SUBDIR += libunistring SUBDIR += libunwind SUBDIR += libusb SUBDIR += libvanessa_adt |