aboutsummaryrefslogtreecommitdiff
path: root/lang/ofc
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2007-10-13 23:30:40 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2007-10-13 23:30:40 +0000
commitcbd833d1eb9b621874cf69d7dcf75c59c79104c1 (patch)
tree35b1069f674651023ce2a19b11a99a51d5521829 /lang/ofc
parent364d948b9b1b6200527fa83bf621ea5e187e2146 (diff)
downloadports-cbd833d1eb9b621874cf69d7dcf75c59c79104c1.tar.gz
ports-cbd833d1eb9b621874cf69d7dcf75c59c79104c1.zip
Notes
Diffstat (limited to 'lang/ofc')
-rw-r--r--lang/ofc/Makefile8
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>