diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-22 19:27:11 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-22 19:27:11 +0000 |
commit | 2e14f2cf76e52652b335fd7c953672d14860be2c (patch) | |
tree | fbf4cc23dd69da523984f8cfa2d91f97c6dd2da8 /cad | |
parent | cf4ecfe12c57e62fe8239399ed93ec2589aefbb6 (diff) | |
download | FreeBSD-ports-2e14f2cf76e52652b335fd7c953672d14860be2c.zip FreeBSD-ports-2e14f2cf76e52652b335fd7c953672d14860be2c.tar.gz |
Make BROKEN message more specific.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/mars/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/mars/Makefile b/cad/mars/Makefile index 784cd44..f5baba0 100644 --- a/cad/mars/Makefile +++ b/cad/mars/Makefile @@ -32,7 +32,7 @@ MAN1= mars.1 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +BROKEN= "Does not compile with recent gcc: needs stdarg.h, not varargs.h" .endif do-install: |