aboutsummaryrefslogtreecommitdiff
path: root/mail/fdm/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-09-01 08:43:42 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-09-01 08:43:42 +0000
commit06dd0042094b2b87e403814a5a6f16ba0f41b1f2 (patch)
tree13563b003c531e886b8f0d8cdc97ab59201d835b /mail/fdm/Makefile
parent355197a3b8ba244ce6844c398a270642ceb4787e (diff)
downloadports-06dd0042094b2b87e403814a5a6f16ba0f41b1f2.tar.gz
ports-06dd0042094b2b87e403814a5a6f16ba0f41b1f2.zip
Notes
Diffstat (limited to 'mail/fdm/Makefile')
-rw-r--r--mail/fdm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile
index 478d4f7bd88b..9fe195c5a8c6 100644
--- a/mail/fdm/Makefile
+++ b/mail/fdm/Makefile
@@ -28,4 +28,10 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile on 4.x
+.endif
+
+.include <bsd.port.post.mk>