summaryrefslogtreecommitdiff
path: root/finance/openhbci/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--finance/openhbci/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/finance/openhbci/Makefile b/finance/openhbci/Makefile
index a70d26e9a444..3c1309675fd3 100644
--- a/finance/openhbci/Makefile
+++ b/finance/openhbci/Makefile
@@ -18,4 +18,10 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= 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>