diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 02:59:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 02:59:05 +0000 |
commit | 377caa388426fd9bdabe0696cc2c94739c635266 (patch) | |
tree | 207e0ac7ad48a3e2ade8f95d2cdeadec5362a18a /finance | |
parent | BROKEN on 5.x: Broken by changes to make(1) (diff) |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=118288
Diffstat (limited to 'finance')
-rw-r--r-- | finance/openhbci/Makefile | 8 |
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> |