diff options
author | linimon <linimon@FreeBSD.org> | 2006-01-27 17:39:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-01-27 17:39:19 +0800 |
commit | da1b08ecf1c69e5708dbba868a61de7419ed9e78 (patch) | |
tree | 3730c39641f96aecd3d2f2bf0d1d2b4abb212f07 /x11/dgs | |
parent | 60df5c3be308ec889733b555995f3abcec79e568 (diff) | |
download | freebsd-ports-gnome-da1b08ecf1c69e5708dbba868a61de7419ed9e78.tar.gz freebsd-ports-gnome-da1b08ecf1c69e5708dbba868a61de7419ed9e78.tar.zst freebsd-ports-gnome-da1b08ecf1c69e5708dbba868a61de7419ed9e78.zip |
Replace the dangerous .error with IGNORE. Unquote the other use of
IGNORE.
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: |