aboutsummaryrefslogtreecommitdiff
path: root/editors/texmacs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/texmacs/Makefile')
-rw-r--r--editors/texmacs/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile
index f9a9c5b8bd62..fccd3916c093 100644
--- a/editors/texmacs/Makefile
+++ b/editors/texmacs/Makefile
@@ -29,4 +29,10 @@ ALL_TARGET=
MAN1= texmacs.1 fig2ps.1
MANCOMPRESSED= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>