summaryrefslogtreecommitdiff
path: root/x11-fm/tkdesk/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-05-03 15:12:36 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-05-03 15:12:36 +0000
commitd63800c876667664e612cf3861f9ecd36d869d7c (patch)
tree7836ef72b8ce05bb470b838847520b3b3f1a32be /x11-fm/tkdesk/Makefile
parentFails to build under current. (diff)
If DISPLAY isn't defined, mark as BROKEN.
Notes
Notes: svn path=/head/; revision=10816
Diffstat (limited to '')
-rw-r--r--x11-fm/tkdesk/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-fm/tkdesk/Makefile b/x11-fm/tkdesk/Makefile
index f40cfdadbaa7..0cb77d417747 100644
--- a/x11-fm/tkdesk/Makefile
+++ b/x11-fm/tkdesk/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1996
# Whom: shanee@rabbit.augusta.de
#
-# $Id: Makefile,v 1.5 1998/02/21 23:16:55 steve Exp $
+# $Id: Makefile,v 1.6 1998/02/27 23:13:39 steve Exp $
#
DISTNAME= tkdesk-1.0
@@ -19,6 +19,10 @@ GNU_CONFIGURE= YES
MAN1= tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1
+.ifndef DISPLAY
+BROKEN= Requires an X Display to install
+.endif
+
post-install:
strip ${PREFIX}/bin/tkdesksh
strip ${PREFIX}/bin/tkdeskclient