diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-05 15:43:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-05 15:43:10 +0000 |
commit | 17000fb4b176bf2ffd518e2ccc667214cef624e6 (patch) | |
tree | 3d39fe29dc726640ff8d4c4c88bc702266d6da0d /x11 | |
parent | 8091e9697ce9d61b1f0581da91c08f731ec416fe (diff) | |
download | ports-17000fb4b176bf2ffd518e2ccc667214cef624e6.tar.gz ports-17000fb4b176bf2ffd518e2ccc667214cef624e6.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xvkbd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xvkbd/Makefile b/x11/xvkbd/Makefile index 0eafcb875f8c..d2eea3bd5595 100644 --- a/x11/xvkbd/Makefile +++ b/x11/xvkbd/Makefile @@ -4,15 +4,13 @@ PORTNAME= xvkbd PORTVERSION= 3.7 CATEGORIES= x11 -MASTER_SITES= http://homepage3.nifty.com/tsato/xvkbd/ +MASTER_SITES= http://t-sato.in.coocan.jp/xvkbd/ MAINTAINER= ports@FreeBSD.org COMMENT= Virtual keyboard for X applications LICENSE= GPLv2+ -BROKEN= unfetchable - USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt |