From ad6d3372f5e572e3d9cbdb9c49d54dcbe4a9aa69 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 20 Aug 2004 19:55:47 +0000 Subject: BROKEN on 6.x: Does not build (Doesn't understand FreeBSD 6.0) --- mail/postfix1/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mail') 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 + +.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 +.include -- cgit v1.1