diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-07 11:49:53 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-03-07 11:49:53 +0000 |
commit | 85b1dde54eaeec9032d36709758e135200163976 (patch) | |
tree | c6e293124f813a7b47500a6984431c6e533993b1 /devel/Makefile | |
parent | 2047f690740c126aa65c762f184a146c9c336ad9 (diff) | |
download | ports-85b1dde54eaeec9032d36709758e135200163976.tar.gz ports-85b1dde54eaeec9032d36709758e135200163976.zip |
add regexx
Regexx is a complete regular expressions C++ solution
Notes
Notes:
svn path=/head/; revision=39180
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 8eb9347f7c29..93cc1bfdc1e2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -350,6 +350,7 @@ SUBDIR += qtez SUBDIR += qtk SUBDIR += re2c + SUBDIR += regexx SUBDIR += rinfo SUBDIR += robodoc SUBDIR += rpc2 |