diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 19:37:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 19:37:25 +0800 |
commit | 2fe77e5897ddb4d84a1484c04870c3691ad16d94 (patch) | |
tree | 33981117373868b27075c01b474080fedf6f8672 /japanese/kinput2 | |
parent | fa78ed94c44a20274f6af5b62a241451c1ec2e4c (diff) | |
download | freebsd-ports-gnome-2fe77e5897ddb4d84a1484c04870c3691ad16d94.tar.gz freebsd-ports-gnome-2fe77e5897ddb4d84a1484c04870c3691ad16d94.tar.zst freebsd-ports-gnome-2fe77e5897ddb4d84a1484c04870c3691ad16d94.zip |
Mark jobs unsafe
Diffstat (limited to 'japanese/kinput2')
-rw-r--r-- | japanese/kinput2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile index 9172f9db6688..1e5d5ca13b30 100644 --- a/japanese/kinput2/Makefile +++ b/japanese/kinput2/Makefile @@ -9,7 +9,9 @@ MASTER_SITES= ftp://ftp.sra.co.jp/pub/x11/kinput2/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= hrs@FreeBSD.org -COMMENT= A Japanese text input server for X11 applications +COMMENT= Japanese text input server for X11 applications + +MAKE_JOBS_UNSAFE= yes USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt |