diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-23 02:13:13 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-23 02:13:13 +0800 |
commit | 5e61661cb71942c73744a6bd3e6069e1190977ba (patch) | |
tree | 37c1675bb460324d0f798e7654041b375670156d /net/cap/Makefile | |
parent | dfa4a71286d0b7f52a85c8ba456c18574b199d41 (diff) | |
download | freebsd-ports-gnome-5e61661cb71942c73744a6bd3e6069e1190977ba.tar.gz freebsd-ports-gnome-5e61661cb71942c73744a6bd3e6069e1190977ba.tar.zst freebsd-ports-gnome-5e61661cb71942c73744a6bd3e6069e1190977ba.zip |
Make the BROKEN message more explicit about why it's broken (the
usual varargs->stdarg problem).
Diffstat (limited to 'net/cap/Makefile')
-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: |