aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-19 10:59:05 +0800
committerkris <kris@FreeBSD.org>2004-09-19 10:59:05 +0800
commit272ac1c80d0ce64145b2dd10691f10005f8b1b84 (patch)
treebac414858f9279e2b6a5d733b8505a2140b728fd /finance
parent3893122eb8a7d90a55d0d04529d4eb722ff71b1c (diff)
downloadfreebsd-ports-graphics-272ac1c80d0ce64145b2dd10691f10005f8b1b84.tar.gz
freebsd-ports-graphics-272ac1c80d0ce64145b2dd10691f10005f8b1b84.tar.zst
freebsd-ports-graphics-272ac1c80d0ce64145b2dd10691f10005f8b1b84.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'finance')
-rw-r--r--finance/openhbci/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/finance/openhbci/Makefile b/finance/openhbci/Makefile
index a70d26e9a44..3c1309675fd 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>