aboutsummaryrefslogtreecommitdiff
path: root/graphics/jp2a
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/jp2a')
-rw-r--r--graphics/jp2a/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/jp2a/Makefile b/graphics/jp2a/Makefile
index 24cb45e0c862..201063490741 100644
--- a/graphics/jp2a/Makefile
+++ b/graphics/jp2a/Makefile
@@ -26,4 +26,10 @@ do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/
@${INSTALL_MAN} ${WRKSRC}/man/${MAN1} ${MAN1PREFIX}/man/man1/
-.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>