Replace the dangerous .error with IGNORE. Unquote the other use of
IGNORE.
This commit is contained in:
parent
739e564b8c
commit
d615eb8fe6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154574
@ -32,13 +32,13 @@ MAN1= dgs.1 dpsnx.agent.1
|
||||
MANN= dpsexec.man makepsres.man xepsf.man
|
||||
|
||||
.ifdef USE_DGS
|
||||
.error You have `USE_DGS' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
||||
IGNORE= Cannot install: you have the `USE_DGS' variable defined either in environment or in make(1) arguments. Please undefine and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${X_WINDOW_SYSTEM:L} != xfree86-3
|
||||
IGNORE= "is included in XFree86 4.x and above"
|
||||
IGNORE= is included in XFree86 4.x and above
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
|
Loading…
Reference in New Issue
Block a user