1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Allow build on package cluster

This commit is contained in:
Kris Kennaway 2006-09-03 01:11:06 +00:00
parent 9daee27ab4
commit 9a52b33d9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171980

View File

@ -30,7 +30,7 @@ MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
# "make depend" blows up
XMKMF= xmkmf
.if !defined(DISPLAY) || ${DISPLAY} == ""
.if (!defined(DISPLAY) || ${DISPLAY} == "") && !defined(PACKAGE_BUILDING)
IGNORE= Requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X.
.endif