diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-06 03:57:39 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-06 03:57:39 +0000 |
commit | 293395f579c7c30b64a37f85ed4da05c926bdab1 (patch) | |
tree | 9c057be04395a85bd7ea8b6ef6d4e3092da160e8 /x11/xgrab/Makefile | |
parent | 4ca31976285b234ce3fc59ed9797372e4a2548fe (diff) | |
download | FreeBSD-ports-293395f579c7c30b64a37f85ed4da05c926bdab1.zip FreeBSD-ports-293395f579c7c30b64a37f85ed4da05c926bdab1.tar.gz |
Verbosify error message received when not building when running X.
Diffstat (limited to 'x11/xgrab/Makefile')
-rw-r--r-- | x11/xgrab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index efd3f5b..1638f0e 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -3,7 +3,7 @@ # Date created: 27 February 1995 # Whom: jmz # -# $Id: Makefile,v 1.11 1998/06/07 01:08:05 asami Exp $ +# $Id: Makefile,v 1.12 1998/09/26 23:20:10 steve Exp $ # DISTNAME= xgrabsc.2_41 @@ -23,7 +23,7 @@ XMKMF= xmkmf # Needs to actually *run* xrdb #IS_INTERACTIVE= yes .if !defined(DISPLAY) -BROKEN= requires X session to run xrdb +BROKEN= Requires an active X session to run xrdb. Please compile this while running X. .endif MAN1= xgrab.1 xgrabsc.1 |