diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-18 06:17:56 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-18 06:17:56 +0800 |
commit | fd1f9ecf883f7474a3f80b0883a66873bb058f10 (patch) | |
tree | 980536799716c78e8f8f92382619c23aadf5c0fc /x11/Makefile | |
parent | 420e4a3d2f50669adcecc03aae83d45676398447 (diff) | |
download | freebsd-ports-gnome-fd1f9ecf883f7474a3f80b0883a66873bb058f10.tar.gz freebsd-ports-gnome-fd1f9ecf883f7474a3f80b0883a66873bb058f10.tar.zst freebsd-ports-gnome-fd1f9ecf883f7474a3f80b0883a66873bb058f10.zip |
Add rxvt-unicode, a clone of the well known terminal emulator rxvt,
modified to store text in Unicode.
PR: ports/70463
Submitted by: myself
Repocopied by: marcus
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 841637f6a759..88db42be5b1d 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -155,6 +155,7 @@ SUBDIR += ruby-gtktrayicon SUBDIR += rxvt SUBDIR += rxvt-devel + SUBDIR += rxvt-unicode SUBDIR += settitle SUBDIR += silo SUBDIR += sisctrl |