aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-05-01 15:19:43 +0800
committermiwi <miwi@FreeBSD.org>2010-05-01 15:19:43 +0800
commit8e6443088e983c160c3cb5836406dcd60e674759 (patch)
tree183395192295d5e6bea9d6e3f6e6c8c05ecd62de
parenta2ea915bb8193c976b747792d3f088b792290746 (diff)
downloadfreebsd-ports-gnome-8e6443088e983c160c3cb5836406dcd60e674759.tar.gz
freebsd-ports-gnome-8e6443088e983c160c3cb5836406dcd60e674759.tar.zst
freebsd-ports-gnome-8e6443088e983c160c3cb5836406dcd60e674759.zip
- Mark BROKEN with upcoming xorg 7.5
-rw-r--r--x11/xgrab/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile
index a4418b4d64db..e7b5238071b2 100644
--- a/x11/xgrab/Makefile
+++ b/x11/xgrab/Makefile
@@ -28,6 +28,8 @@ MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
# "make depend" blows up
XMKMF= xmkmf
+BROKEN= fails to build with xorg 7.5
+
.if (!defined(DISPLAY) || ${DISPLAY} == "") && !defined(PACKAGE_BUILDING)
IGNORE= Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X.
.endif