aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-03 01:11:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-03 01:11:06 +0000
commit9a52b33d9b1c807bf1ce812f9435e54306349aa6 (patch)
tree1c2976e5b6d92a335e82ad86e09c04c9fedff168 /x11
parent9daee27ab4906904ded08511c9bbbfaa9ffb0633 (diff)
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/xgrab/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile
index a79ad5d67bb7..a18041dc5965 100644
--- a/x11/xgrab/Makefile
+++ b/x11/xgrab/Makefile
@@ -30,7 +30,7 @@ MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
# "make depend" blows up
XMKMF= xmkmf
-.if !defined(DISPLAY) || ${DISPLAY} == ""
+.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