summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-08-20 19:55:47 +0000
committerkris <kris@FreeBSD.org>2004-08-20 19:55:47 +0000
commitad6d3372f5e572e3d9cbdb9c49d54dcbe4a9aa69 (patch)
tree2467b01d482a26d673344856c2346b6443b7f4e7 /mail
parent97b71699a44885f4f7bf17c78b675951f6f8b43d (diff)
downloadFreeBSD-ports-ad6d3372f5e572e3d9cbdb9c49d54dcbe4a9aa69.zip
FreeBSD-ports-ad6d3372f5e572e3d9cbdb9c49d54dcbe4a9aa69.tar.gz
BROKEN on 6.x: Does not build (Doesn't understand FreeBSD 6.0)
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix1/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile
index ef3c541..73888e0 100644
--- a/mail/postfix1/Makefile
+++ b/mail/postfix1/Makefile
@@ -63,6 +63,12 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
MKDIR="${MKDIR}" \
POSTFIX_OPTIONS="${POSTFIX_OPTIONS}"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 600000
+BROKEN= "Does not build on FreeBSD 6.x"
+.endif
+
pre-fetch:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix
@@ -154,4 +160,4 @@ post-install:
post-clean:
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud