summaryrefslogtreecommitdiff
path: root/net/xisp
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-21 23:56:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-21 23:56:02 +0000
commitbc40a456bf86424f93f320e056c1dee709b9d92a (patch)
tree6e667f5033e2d92af2ef870ad7f4e974a70d0956 /net/xisp
parentPer bento logs, mark as broken on 5.x due to stricter handling of multiline (diff)
Per bento logs, mark as broken on 5.x due to varargs.h being deprecated
in gcc3.3. Notified maintainer.
Notes
Notes: svn path=/head/; revision=96375
Diffstat (limited to 'net/xisp')
-rw-r--r--net/xisp/Makefile8
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>