diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-11-28 18:36:40 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-11-28 18:36:40 +0000 |
commit | 4d8981ca545a03aa60de42cfc35795a33f54ec8a (patch) | |
tree | b40b68c49101ca75635f51b5f838cfaa53904a33 /devel/bazaar | |
parent | 04637af8346fcc9361ba83cf2f15642b6286089d (diff) |
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)
Notes
Notes:
svn path=/head/; revision=149820
Diffstat (limited to 'devel/bazaar')
-rw-r--r-- | devel/bazaar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |