aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-19 02:59:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-19 02:59:05 +0000
commit377caa388426fd9bdabe0696cc2c94739c635266 (patch)
tree207e0ac7ad48a3e2ade8f95d2cdeadec5362a18a /finance
parentd610bf888417e28bbc6e278ae652940f6204ebad (diff)
downloadports-377caa388426fd9bdabe0696cc2c94739c635266.tar.gz
ports-377caa388426fd9bdabe0696cc2c94739c635266.zip
Notes
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 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>