diff options
Diffstat (limited to 'lang/ofc/Makefile')
-rw-r--r-- | lang/ofc/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile index c8825a352c6e..f19b8e06fb32 100644 --- a/lang/ofc/Makefile +++ b/lang/ofc/Makefile @@ -25,12 +25,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ OPTIONS= GDBM "Add gdbm support" off \ GMP "Add gmp support" off -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - .if defined (WITH_GDBM) LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm .endif @@ -39,4 +33,4 @@ LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp4 .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |