diff options
author | asami <asami@FreeBSD.org> | 1998-10-09 14:04:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-09 14:04:51 +0800 |
commit | 40a1173a481adc2c91f3d36a43cd10d17ef0074c (patch) | |
tree | 8d432a3519b96a21aaa2483da90902e47a7d1d91 /misc/dotfile | |
parent | 6886169f804dfb529b7e52838f9fb3767213b4bd (diff) | |
download | freebsd-ports-gnome-40a1173a481adc2c91f3d36a43cd10d17ef0074c.tar.gz freebsd-ports-gnome-40a1173a481adc2c91f3d36a43cd10d17ef0074c.tar.zst freebsd-ports-gnome-40a1173a481adc2c91f3d36a43cd10d17ef0074c.zip |
Requires X display, set BROKEN if DISPLAY not set.
Diffstat (limited to 'misc/dotfile')
-rw-r--r-- | misc/dotfile/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index b474dbf0f021..37efd2b10e13 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -3,7 +3,7 @@ # Date created: 11/12/96 # Whom: oly@world.std.com # -# $Id: Makefile,v 1.11 1998/08/07 23:56:39 asami Exp $ +# $Id: Makefile,v 1.12 1998/09/25 10:05:12 asami Exp $ # DISTNAME= dotfile-2.2 @@ -20,6 +20,10 @@ MAN1= dotfile.1 NO_BUILD= yes +.if !defined(DISPLAY) +BROKEN= requires X display +.endif + post-configure: @(cd ${WRKSRC}/Modules/procmail && CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \ INSTALL="${INSTALL} -c -o ${BINOWN} -g ${BINGRP}" \ |