diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-03-05 12:45:54 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-03-05 12:45:54 +0800 |
commit | c6e87a80ba0df31f1af0900fb07fca395638aa20 (patch) | |
tree | 81e0e40e6a5af49324663adcb56e1f926914307e /lang/Makefile | |
parent | 80da2d188c6986c6d88d04b193e14c5a231bace0 (diff) | |
download | freebsd-ports-graphics-c6e87a80ba0df31f1af0900fb07fca395638aa20.tar.gz freebsd-ports-graphics-c6e87a80ba0df31f1af0900fb07fca395638aa20.tar.zst freebsd-ports-graphics-c6e87a80ba0df31f1af0900fb07fca395638aa20.zip |
add rotfl, a simple text-formatting language
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 6ae95e029b2..a9dfc2d5632 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -104,6 +104,7 @@ SUBDIR += python15 SUBDIR += ratfor SUBDIR += rexx-imc + SUBDIR += rotfl SUBDIR += ruby SUBDIR += ruby-man SUBDIR += ruby-perl |