diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-10-31 17:26:33 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-10-31 17:26:33 +0000 |
commit | 8a76e3c97e395986f0c4f32946dcac3bc9f5ed70 (patch) | |
tree | bf1a7aa1f10f26f367b7db3ee73de27735eb9182 /textproc/Makefile | |
parent | ebadf784689f882e1954d1fbc9bf4d6356a12bba (diff) |
Duncan is an English-Thai dictionary. It was developed on Mac OS X, using the
Cocoa libraries. The GNUstep port that can be found here, was done by me. It
was very easy to do; primarily requiring only new interface files, and build
files.
PR: 104964
Submitted by: Gürkan Sengün
Notes
Notes:
svn path=/head/; revision=175872
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c5370452ada8..939d2703bb36 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -112,6 +112,7 @@ SUBDIR += dtd2relax SUBDIR += dtdinst SUBDIR += dtdparse + SUBDIR += duncan SUBDIR += dwdiff SUBDIR += easydiff SUBDIR += ecromedos |