summaryrefslogtreecommitdiffstats
path: root/mail/mixmaster
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-12-11 21:50:01 +0000
committerkris <kris@FreeBSD.org>2004-12-11 21:50:01 +0000
commitb334317f4c0d194fe3f74ca1d110667f70d6ea8b (patch)
tree1c92823df26ffbc4675b30f7c3fd59319e65efdc /mail/mixmaster
parenta8eb4b90a717e90f3143081d8a4d369fcae0c024 (diff)
downloadFreeBSD-ports-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.zip
FreeBSD-ports-b334317f4c0d194fe3f74ca1d110667f70d6ea8b.tar.gz
BROKEN on 4.x: Does not compile
Diffstat (limited to 'mail/mixmaster')
-rw-r--r--mail/mixmaster/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/mixmaster/Makefile b/mail/mixmaster/Makefile
index 906909a..c78f771 100644
--- a/mail/mixmaster/Makefile
+++ b/mail/mixmaster/Makefile
@@ -38,6 +38,12 @@ WRKDIST= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MIXMASTER_FILES= ${WRKDIST}/conf/* ${WRKDIST}/README ${WRKDIR}/allpingers.txt
MIXMASTER_SCRIPTS= ${WRKDIR}/mixmaster-update.pl
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
post-patch:
${CP} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile
@${RM} ${WRKSRC}/../conf/mix.cfg.orig
@@ -54,4 +60,4 @@ do-install:
${INSTALL_DATA} ${MIXMASTER_FILES} ${PREFIX}/share/examples/mixmaster
${INSTALL_MAN} ${WRKDIST}/mix.1 ${PREFIX}/man/man1/mixmaster.1
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud