diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-13 23:36:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-13 23:36:10 +0000 |
commit | 35921a57a6a5f1b50013c6bb5bb1cade793fa816 (patch) | |
tree | b575c1f093123b358a597e65993c1b11110498ed /textproc/Makefile | |
parent | f9b3f6d1f3ce24ce4067e439453283e4fa57e163 (diff) |
Add meld, a GNOME 2 visual diff utility written in Python.
PR: 50903
Submitted by: Pav Lucistnik <pav@oook.cz>
Notes
Notes:
svn path=/head/; revision=78915
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 434d486bd217..a22d7816d9ec 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -139,6 +139,7 @@ SUBDIR += maketeidtd SUBDIR += man2html SUBDIR += manued.el + SUBDIR += meld SUBDIR += mgdiff SUBDIR += mguesser SUBDIR += mifluz |