diff options
author | dch <dch@FreeBSD.org> | 2017-10-08 02:31:16 +0800 |
---|---|---|
committer | dch <dch@FreeBSD.org> | 2017-10-08 02:31:16 +0800 |
commit | 9c361bf1de59cbca008c0dbabe8ce34aa134d643 (patch) | |
tree | 73ee887c1ec229ab833249ee634f41d6d00bf250 /x11/Makefile | |
parent | c508ec39a4880876d2a4627b2e4e982d3ab86b01 (diff) | |
download | freebsd-ports-gnome-9c361bf1de59cbca008c0dbabe8ce34aa134d643.tar.gz freebsd-ports-gnome-9c361bf1de59cbca008c0dbabe8ce34aa134d643.tar.zst freebsd-ports-gnome-9c361bf1de59cbca008c0dbabe8ce34aa134d643.zip |
new port: x11/urxvt-font-size
A perl extension for x11/rxvt-unicode that allows changing the
font size on the fly with keyboard shortcuts.
WWW: https://github.com/majutsushi/urxvt-font-size
Reviewed by: mat, jrm (mentor)
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D12463
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 0fd07ad68a02..ce813aaf40a8 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -331,6 +331,7 @@ SUBDIR += trapproto SUBDIR += trayer SUBDIR += tycoon + SUBDIR += urxvt-font-size SUBDIR += urxvt-perls SUBDIR += vdesk SUBDIR += videoproto |