From 272ac1c80d0ce64145b2dd10691f10005f8b1b84 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 19 Sep 2004 02:59:05 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- finance/openhbci/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'finance') 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 +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + +.include -- cgit