diff options
author | barner <barner@FreeBSD.org> | 2005-11-29 02:36:40 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-11-29 02:36:40 +0800 |
commit | 1f3a7319a94f74d271cb413b73181e080b612c38 (patch) | |
tree | 1d4190fe1e0c90f05a3fc9388f94319383b75f2a | |
parent | 65c9dc110fcfc2c88288dbadd86b0012b0fe97f9 (diff) | |
download | freebsd-ports-gnome-1f3a7319a94f74d271cb413b73181e080b612c38.tar.gz freebsd-ports-gnome-1f3a7319a94f74d271cb413b73181e080b612c38.tar.zst freebsd-ports-gnome-1f3a7319a94f74d271cb413b73181e080b612c38.zip |
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)
-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: |