1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Mark this port broken if DISPLAY is not set, it needs to run xrdb.

This commit is contained in:
Satoshi Asami 1998-06-07 01:08:05 +00:00
parent 09c474435b
commit b2202ccbcc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11307

View File

@ -3,7 +3,7 @@
# Date created: 27 February 1995
# Whom: jmz
#
# $Id: Makefile,v 1.9 1997/03/06 05:18:55 asami Exp $
# $Id: Makefile,v 1.10 1997/08/11 01:02:00 jmz Exp $
#
DISTNAME= xgrabsc.2_41
@ -18,9 +18,12 @@ MAINTAINER= jmz@FreeBSD.org
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
# "make depend" blows up
XMKMF= xmkmf
# Needs to actually *run* xrdb
#IS_INTERACTIVE= yes
.if !defined(DISPLAY)
BROKEN= requires X session to run xrdb
.endif
.include <bsd.port.mk>