diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-18 17:13:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-18 17:13:50 +0000 |
commit | f0021872871cf7d1d46c90b36724e1cc5d4c4b0f (patch) | |
tree | 77c3172c911f606c45493d58ed4b1a75f45b14ce /cad | |
parent | f562eff462e30462243f5e4c94b32b5482876b7c (diff) | |
download | ports-f0021872871cf7d1d46c90b36724e1cc5d4c4b0f.tar.gz ports-f0021872871cf7d1d46c90b36724e1cc5d4c4b0f.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/alliance/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index fa1fc7c0f89c..5aa81ccb8c1f 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -34,6 +34,12 @@ CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 800000 +BROKEN= does not compile +.else +BROKEN= incomplete plist +.endif + ALLIANCE_TOP= ${PREFIX}/alliance SRCDIRLIST!= ${CAT} ${FILESDIR}/srcdirs.list CFLAGS+= ${SRCDIRLIST:S,^,-I${WRKSRC}/,} |