diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-06 03:57:39 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-06 03:57:39 +0000 |
commit | d067260a6a7dbf34423624a70cb80a5dab910e0b (patch) | |
tree | 49db140f91f95448be8b32005cec1e18fc5e23cd | |
parent | 9deb1a8c9e468e32238162df2c71f506082fd278 (diff) | |
download | ports-d067260a6a7dbf34423624a70cb80a5dab910e0b.tar.gz ports-d067260a6a7dbf34423624a70cb80a5dab910e0b.zip |
Notes
-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 efd3f5bd2169..1638f0e75f1c 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 |