diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-02 12:24:41 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-02 12:24:41 +0000 |
commit | e8635d02471885825c5ba8dfe6a9d21d3e3b184d (patch) | |
tree | 7bbec81387135a7dbaacd53b35bf4dcc04340b12 /devel/Makefile | |
parent | Add smtpmail 0.4, tool to send the mails over remote smtp server. (diff) |
Add libidn 0.2.0, internationalized Domain Names command line tool.
PR: 53519
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes:
svn path=/head/; revision=84041
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 31a0f747964c..6d25b5210d3f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -333,6 +333,7 @@ SUBDIR += libhash SUBDIR += libhoard SUBDIR += libical + SUBDIR += libidn SUBDIR += libltdl SUBDIR += libmba SUBDIR += libmcve |