diff options
author | kris <kris@FreeBSD.org> | 2004-09-18 06:47:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-18 06:47:50 +0800 |
commit | 55c569d8503e8814d1808e669f90dc77691862bc (patch) | |
tree | 264bb2935ea30164ece80a9fa52e7520dc6811c2 /cad | |
parent | 2136eac81725e1bf7e74da91aa14f60bcb456e07 (diff) | |
download | freebsd-ports-gnome-55c569d8503e8814d1808e669f90dc77691862bc.tar.gz freebsd-ports-gnome-55c569d8503e8814d1808e669f90dc77691862bc.tar.zst freebsd-ports-gnome-55c569d8503e8814d1808e669f90dc77691862bc.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
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}/,} |