aboutsummaryrefslogtreecommitdiff
path: root/news/ifmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-03 10:01:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-03 10:01:03 +0000
commit2431af67cb64ccd32b338bc4abcaaf3c6f11619d (patch)
tree8d7bfdf08dc611873fecb156a0e37bfe8a419955 /news/ifmail
parentb6d13a5528b43a0d5397ebf9d3aafdd946bdd6ba (diff)
downloadports-2431af67cb64ccd32b338bc4abcaaf3c6f11619d.tar.gz
ports-2431af67cb64ccd32b338bc4abcaaf3c6f11619d.zip
Notes
Diffstat (limited to 'news/ifmail')
-rw-r--r--news/ifmail/Makefile8
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>