diff options
Diffstat (limited to 'news/ifmail')
-rw-r--r-- | news/ifmail/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/news/ifmail/Makefile b/news/ifmail/Makefile index 8f0a73b4949f..9d76753b945f 100644 --- a/news/ifmail/Makefile +++ b/news/ifmail/Makefile @@ -54,4 +54,10 @@ post-install: @${TAR} -C ${WRKSRC}/misc -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf - .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 501101 +BROKEN= gcc33 does not support varargs.h +.endif + +.include <bsd.port.post.mk> |