diff options
author | rafan <rafan@FreeBSD.org> | 2008-07-27 23:34:36 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-07-27 23:34:36 +0800 |
commit | 48faa64393a6cdfe4498ab98cbeaa1ed7ae55664 (patch) | |
tree | b90b08b0032d35584a56e9d8ecb8154864764675 /finance/openhbci | |
parent | 97e5cc8171157b76ca17f2af257e4b92ce290e36 (diff) | |
download | freebsd-ports-gnome-48faa64393a6cdfe4498ab98cbeaa1ed7ae55664.tar.gz freebsd-ports-gnome-48faa64393a6cdfe4498ab98cbeaa1ed7ae55664.tar.zst freebsd-ports-gnome-48faa64393a6cdfe4498ab98cbeaa1ed7ae55664.zip |
- Drop 4.x support
Diffstat (limited to 'finance/openhbci')
-rw-r--r-- | finance/openhbci/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/finance/openhbci/Makefile b/finance/openhbci/Makefile index c2839af8bf2c..8d13754e7f02 100644 --- a/finance/openhbci/Makefile +++ b/finance/openhbci/Makefile @@ -20,10 +20,4 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500035 -IGNORE= does not work on 4.x, needs newer C++ library -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |