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 | d610bf888417e28bbc6e278ae652940f6204ebad (diff) | |
download | ports-377caa388426fd9bdabe0696cc2c94739c635266.tar.gz ports-377caa388426fd9bdabe0696cc2c94739c635266.zip |
Notes
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> |