mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
If DISPLAY isn't defined, mark as BROKEN.
This commit is contained in:
parent
0c53ddae00
commit
d63800c876
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10816
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user