diff options
author | sat <sat@FreeBSD.org> | 2006-09-01 08:43:42 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-09-01 08:43:42 +0000 |
commit | 3fb710191afabc7892a289df1038ee63d3d85e0b (patch) | |
tree | a3087a33a602d2fb4eb99873eb10f1e00935cfb2 /mail | |
parent | 2b05c8926f60f1410052f8a83afa34fb4ea9c671 (diff) | |
download | FreeBSD-ports-3fb710191afabc7892a289df1038ee63d3d85e0b.zip FreeBSD-ports-3fb710191afabc7892a289df1038ee63d3d85e0b.tar.gz |
- Mark broken on 4.x
Reported by: pointyhat via kris
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fdm/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile index 478d4f7..9fe195c 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> |