mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Requires X display, set BROKEN if DISPLAY not set.
This commit is contained in:
parent
307530aae7
commit
fbd1ddd0ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13778
@ -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}" \
|
||||
|
Loading…
Reference in New Issue
Block a user