diff options
author | pav <pav@FreeBSD.org> | 2009-12-19 01:13:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-19 01:13:50 +0800 |
commit | 8e418a7239410a53447e350017e256bdb59e9ef0 (patch) | |
tree | 488ccf4ca95cbec6c63ad912d28360412bd2ced5 /cad | |
parent | a31b4d778165f6b10389c18679c83bcbdddb5326 (diff) | |
download | freebsd-ports-gnome-8e418a7239410a53447e350017e256bdb59e9ef0.tar.gz freebsd-ports-gnome-8e418a7239410a53447e350017e256bdb59e9ef0.tar.zst freebsd-ports-gnome-8e418a7239410a53447e350017e256bdb59e9ef0.zip |
- Mark BROKEN, in two ways
Reported by: pointyhat
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}/,} |