diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-13 10:04:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-13 10:04:19 +0000 |
commit | 06b4017273552954b023cd53cf7945e3cd2ef16c (patch) | |
tree | 904e264d23a67bb10d0985eb5439b4df66ecea7b /x11/xgrab/Makefile | |
parent | Source is .tar.Z, not .tar.gz. (diff) |
Add "IS_INTERACTIVE=yes" (needs to actually *run* xrdb) and
"XMKMF=xmkmf" (make depend blows up).
Still don't know if it works, though.
Notes
Notes:
svn path=/head/; revision=1721
Diffstat (limited to 'x11/xgrab/Makefile')
-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> |