Add "IS_INTERACTIVE=yes" (needs to actually *run* xrdb) and

"XMKMF=xmkmf" (make depend blows up).

Still don't know if it works, though.
This commit is contained in:
Satoshi Asami 1995-05-13 10:04:19 +00:00
parent d9819085a0
commit 06b4017273
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1721

View file

@ -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>