From 4d8981ca545a03aa60de42cfc35795a33f54ec8a Mon Sep 17 00:00:00 2001 From: Simon Barner <barner@FreeBSD.org> Date: Mon, 28 Nov 2005 18:36:40 +0000 Subject: Remove quotes from IGNORE line. This will "fix" the port on 4.x, i.e. it will properly display a message that it does not compile there. PR: ports/89010 Submitted by: Andreas Schulz Approved by: maintainer timeout (2 weeks) --- devel/baz/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/baz') diff --git a/devel/baz/Makefile b/devel/baz/Makefile index 0dd81221191b..c17718ddf4ae 100644 --- a/devel/baz/Makefile +++ b/devel/baz/Makefile @@ -39,7 +39,7 @@ CFLAGS+= -I ${LOCALBASE}/include ${LDFLAGS} .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -IGNORE= "does not compile (missing va_copy)" +IGNORE= does not compile (missing va_copy) .endif pre-patch: -- cgit v1.2.3