diff options
-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> |