summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-01-27 09:38:34 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-01-27 09:38:34 +0000
commit739e564b8c9fdc6f34988464c84e7f9d73ff76b2 (patch)
treef64ff64679fd495c9e8861d7c66677b08bbac928 /graphics
parent- Update to 0.8.2.a (diff)
Replace the dangerous .error with IGNORE.
Notes
Notes: svn path=/head/; revision=154573
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index d7f483610349..60c78e93c204 100644
--- a/graphics/xpm/Makefile
+++ b/graphics/xpm/Makefile
@@ -23,7 +23,7 @@ INSTALLS_SHLIB= yes
MAN1= cxpm.1 sxpm.1
.ifdef USE_XPM
-.error You have `USE_XPM' variable defined either in environment or in make(1) arguments. Please undefine and try again.
+IGNORE= Cannot install: you have the `USE_XPM' variable defined either in environment or in make(1) arguments. Please undefine and try again
.endif
.include <bsd.port.pre.mk>