diff options
author | asami <asami@FreeBSD.org> | 1997-03-06 13:18:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-06 13:18:55 +0800 |
commit | 1032da687d1283cb5c014e9ce33a699b935a637d (patch) | |
tree | 6898b9bda21674f04d48f394bc1d99174423deb0 /x11 | |
parent | fbaee40ee422ac351854d256dd3dde6decc73e3d (diff) | |
download | freebsd-ports-gnome-1032da687d1283cb5c014e9ce33a699b935a637d.tar.gz freebsd-ports-gnome-1032da687d1283cb5c014e9ce33a699b935a637d.tar.zst freebsd-ports-gnome-1032da687d1283cb5c014e9ce33a699b935a637d.zip |
Comment out IS_INTERACTIVE, it needs to run xrdb.
Diffstat (limited to 'x11')
-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 36c808c080e9..424fdf87cfb2 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -3,7 +3,7 @@ # Date created: 27 February 1995 # Whom: jmz # -# $Id: Makefile,v 1.7 1996/07/31 01:01:36 jmz Exp $ +# $Id: Makefile,v 1.8 1996/11/18 09:56:24 asami Exp $ # DISTNAME= xgrabsc.2_41 @@ -18,7 +18,7 @@ USE_IMAKE= yes MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f # Needs to actually *run* xrdb -IS_INTERACTIVE= yes +#IS_INTERACTIVE= yes # "make depend" blows up XMKMF= xmkmf |