diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-01-27 09:39:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-01-27 09:39:19 +0000 |
commit | d615eb8fe6b927ac020d6b2a8f1b14e63d015c9c (patch) | |
tree | 0e6aa31dc84cafddc4af5ef0394acb688f0155d5 /x11/dgs | |
parent | Replace the dangerous .error with IGNORE. (diff) |
Replace the dangerous .error with IGNORE. Unquote the other use of
IGNORE.
Notes
Notes:
svn path=/head/; revision=154574
Diffstat (limited to 'x11/dgs')
-rw-r--r-- | x11/dgs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 73bf612ecc79..7adcbc473f1a 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -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: |