diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-05-02 22:04:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-05-02 22:04:37 +0000 |
commit | 1ac915d437bad7ba3f96c0434c6b05e7a10742e8 (patch) | |
tree | 7ecd5e77aa2ed8e3f53d46453f64d5c420d386db /x11 | |
parent | 882d4d529f99c3ab3f7cd5da442252e64037a6ee (diff) | |
download | ports-1ac915d437bad7ba3f96c0434c6b05e7a10742e8.tar.gz ports-1ac915d437bad7ba3f96c0434c6b05e7a10742e8.zip |
- Mark BROKEN: does not build
AttributeError: 'ListType' object has no attribute 'parent'
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=295893
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpyb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xpyb/Makefile b/x11/xpyb/Makefile index e3d2e0c28111..c7cb43009ca9 100644 --- a/x11/xpyb/Makefile +++ b/x11/xpyb/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-p xcb-proto>=1.1:${PORTSDIR}/x11/xcb-proto LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb +BROKEN= does not build + USE_BZIP2= yes USE_PYTHON= 2.5+ USE_GNOME= gnomehack |