diff options
author | pav <pav@FreeBSD.org> | 2012-05-03 06:04:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-05-03 06:04:37 +0800 |
commit | 13675af03d0278b48513902448af6a9168dd59fd (patch) | |
tree | b9192fe3a140de0aa24f4490fb8a10a9b53a7b67 /x11/xpyb | |
parent | fc731c275a2aa4f187a6f89e78f08c3d88a3ee15 (diff) | |
download | freebsd-ports-gnome-13675af03d0278b48513902448af6a9168dd59fd.tar.gz freebsd-ports-gnome-13675af03d0278b48513902448af6a9168dd59fd.tar.zst freebsd-ports-gnome-13675af03d0278b48513902448af6a9168dd59fd.zip |
- Mark BROKEN: does not build
AttributeError: 'ListType' object has no attribute 'parent'
Reported by: pointyhat
Diffstat (limited to 'x11/xpyb')
-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 |