diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-22 18:13:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-22 18:13:13 +0000 |
commit | 1db4cdbfda44058d68dc1197a730d7de18205a6d (patch) | |
tree | 9168cafac08c2a011d174ac73bdc384ecbb151a8 /net | |
parent | ca25eece27b64b4b87f08342b361b4b8de389756 (diff) | |
download | ports-1db4cdbfda44058d68dc1197a730d7de18205a6d.tar.gz ports-1db4cdbfda44058d68dc1197a730d7de18205a6d.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/cap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cap/Makefile b/net/cap/Makefile index c0ca83cc0f04..e632698f692e 100644 --- a/net/cap/Makefile +++ b/net/cap/Makefile @@ -61,7 +61,7 @@ READMES= applications/papif applications/lwsrv applications/aufs \ .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" +BROKEN= "Does not compile: needs stdarg.h instead of varargs.h" .endif pre-patch: |