diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-01 16:29:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-01 16:29:40 +0800 |
commit | 12186e28bdd74e258544c7e48d607a294b714403 (patch) | |
tree | ccfd4f5d1587651211237f2f84fa6e0c9af3cc56 /x11/xgrab/Makefile | |
parent | 70fdfbe3a9288ddeaae5b3f63aebc1eccccf4ff0 (diff) | |
download | freebsd-ports-gnome-12186e28bdd74e258544c7e48d607a294b714403.tar.gz freebsd-ports-gnome-12186e28bdd74e258544c7e48d607a294b714403.tar.zst freebsd-ports-gnome-12186e28bdd74e258544c7e48d607a294b714403.zip |
- Unbreak because we found the problem (thx to stas@)
Diffstat (limited to 'x11/xgrab/Makefile')
-rw-r--r-- | x11/xgrab/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index e7b5238071b2..a4418b4d64db 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -28,8 +28,6 @@ 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 |