aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-05-01 07:19:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-05-01 07:19:43 +0000
commita902e305a7a53c869bb590dfd084ecf00414b79a (patch)
tree3807d50b18ce2b00d1b6a1d73150f201bc2c7077 /x11
parent33815f8877cf02b1710156af1c7c20f6d3c8f608 (diff)
downloadports-a902e305a7a53c869bb590dfd084ecf00414b79a.tar.gz
ports-a902e305a7a53c869bb590dfd084ecf00414b79a.zip
Notes
Diffstat (limited to 'x11')
-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