diff options
author | asami <asami@FreeBSD.org> | 1995-05-13 18:04:19 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-13 18:04:19 +0800 |
commit | 7187cd5dced1b7e0a203f9200c659c5e8496e32b (patch) | |
tree | 6f1cf609743c9e14e14ea1c390d4539f85c27353 /x11/xgrab | |
parent | f3d01e7f422a082d951a1f5a5d6ad47d9e22a2ee (diff) | |
download | freebsd-ports-gnome-7187cd5dced1b7e0a203f9200c659c5e8496e32b.tar.gz freebsd-ports-gnome-7187cd5dced1b7e0a203f9200c659c5e8496e32b.tar.zst freebsd-ports-gnome-7187cd5dced1b7e0a203f9200c659c5e8496e32b.zip |
Add "IS_INTERACTIVE=yes" (needs to actually *run* xrdb) and
"XMKMF=xmkmf" (make depend blows up).
Still don't know if it works, though.
Diffstat (limited to 'x11/xgrab')
-rw-r--r-- | x11/xgrab/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index 7997533edfec..f09db7cfe4ee 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -3,7 +3,7 @@ # Date created: 27 February 1995 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.4 1995/04/12 20:32:02 asami Exp $ # DISTNAME= xgrabsc.2_3 @@ -16,5 +16,9 @@ MAINTAINER= jmz@FreeBSD.org USE_IMAKE= yes MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/app-defaults -f +# Needs to actually *run* xrdb +IS_INTERACTIVE= yes +# "make depend" blows up +XMKMF= xmkmf .include <bsd.port.mk> |