diff options
author | pav <pav@FreeBSD.org> | 2011-10-03 04:00:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-10-03 04:00:11 +0800 |
commit | 3dab631514a7f5d56fe815cba03f3cc1f5dccc81 (patch) | |
tree | 398f2335e3fc22968c8a7d87a0fcceb4caab8e21 /x11-toolkits | |
parent | 967b2c4f9eb5298914c33aae746d9829c3009915 (diff) | |
download | freebsd-ports-graphics-3dab631514a7f5d56fe815cba03f3cc1f5dccc81.tar.gz freebsd-ports-graphics-3dab631514a7f5d56fe815cba03f3cc1f5dccc81.tar.zst freebsd-ports-graphics-3dab631514a7f5d56fe815cba03f3cc1f5dccc81.zip |
- Mark BROKEN: does not compile
In file included from Xlib_f.c:8:
Xlib.h:22: error: conflicting types for 'XKeycodeToKeysym'
/usr/local/include/X11/Xlib.h:1702: error: previous declaration of 'XKeycodeToKeysym' was here
Reported by: pointyhat
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Tk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index d9dce222297..37a1096d145 100644 --- a/x11-toolkits/p5-Tk/Makefile +++ b/x11-toolkits/p5-Tk/Makefile @@ -16,6 +16,8 @@ COMMENT= A re-port of a perl5 interface to Tk8.4 MAKE_JOBS_UNSAFE= yes +BROKEN= does not compile + LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png PERL_CONFIGURE= yes |