diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-10-02 20:00:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-10-02 20:00:11 +0000 |
commit | 88697c92ad3a46ade9c55c8426761c8d5c2131e6 (patch) | |
tree | d281cc0247d27c647f474a3ad908a9a93579425d /x11-toolkits/p5-Tk | |
parent | d31ed3f67f330a11d4ef7326a934d4cff24c4945 (diff) | |
download | ports-88697c92ad3a46ade9c55c8426761c8d5c2131e6.tar.gz ports-88697c92ad3a46ade9c55c8426761c8d5c2131e6.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
Notes
Notes:
svn path=/head/; revision=282827
Diffstat (limited to 'x11-toolkits/p5-Tk')
-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 d9dce222297f..37a1096d145f 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 |