diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 22:47:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-17 22:47:50 +0000 |
commit | e9cb0e0ba325f236bbd6d76368c45dd8708b7069 (patch) | |
tree | b75cc24de263cba191e90851d04cdd19db6aa48b /cad | |
parent | 19a6e51b22954673826f209480ba4fbd283eb1f8 (diff) | |
download | ports-e9cb0e0ba325f236bbd6d76368c45dd8708b7069.tar.gz ports-e9cb0e0ba325f236bbd6d76368c45dd8708b7069.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/alliance/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index f70acbf8030e..2133a32f46ad 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -35,6 +35,10 @@ PKGMESSAGE_IN= ${FILESDIR}/pkg-message.in .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + ALLIANCE_TOP= ${PREFIX}/alliance SRCDIRLIST!= ${CAT} ${FILESDIR}/srcdirs.list CFLAGS+= ${SRCDIRLIST:S,^,-I${WRKSRC}/,} |