diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-21 23:56:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-21 23:56:02 +0000 |
commit | bc40a456bf86424f93f320e056c1dee709b9d92a (patch) | |
tree | 6e667f5033e2d92af2ef870ad7f4e974a70d0956 /net/xisp | |
parent | 9c2a43230b0690e23d181d0058e297aefd881110 (diff) | |
download | ports-bc40a456bf86424f93f320e056c1dee709b9d92a.tar.gz ports-bc40a456bf86424f93f320e056c1dee709b9d92a.zip |
Notes
Diffstat (limited to 'net/xisp')
-rw-r--r-- | net/xisp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/xisp/Makefile b/net/xisp/Makefile index a726799b3ba0..11f637d2925f 100644 --- a/net/xisp/Makefile +++ b/net/xisp/Makefile @@ -22,4 +22,10 @@ USE_XPM= yes MAN1= xisp.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile due to deprecation of varargs.h" +.endif + +.include <bsd.port.post.mk> |