diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-03 06:33:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-03 06:33:09 +0000 |
commit | 5b3ecc24e7f6832ad21f22b0dc30774a7fffc333 (patch) | |
tree | 56a790dae302a2a392b6044fc7e902db83045210 /devel/Makefile | |
parent | - drop gnustep-objc in favor of gcc32 in STABLE (diff) |
Add regexxer, a GTK+ 2 tool for performing search and replace operations.
PR: 48858
Submitted by: Rui Lopes <rui@ruilopes.com>
Notes
Notes:
svn path=/head/; revision=76779
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 216f8b104449..525db92f8bb0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -750,6 +750,7 @@ SUBDIR += ragel SUBDIR += re2c SUBDIR += regexx + SUBDIR += regexxer SUBDIR += rhtvision SUBDIR += rinfo SUBDIR += rlwrap |