diff options
-rw-r--r-- | devel/baz/Makefile | 2 | ||||
-rw-r--r-- | devel/bazaar/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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: diff --git a/devel/bazaar/Makefile b/devel/bazaar/Makefile index 0dd81221191b..c17718ddf4ae 100644 --- a/devel/bazaar/Makefile +++ b/devel/bazaar/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: |