Index: head/lang/ofc/Makefile =================================================================== --- head/lang/ofc/Makefile (revision 201426) +++ head/lang/ofc/Makefile (revision 201427) @@ -1,42 +1,36 @@ # Ports collection makefile for: ofc # Date created: 06/21/2006 # Whom: vanilla # # $FreeBSD$ # PORTNAME= ofc PORTVERSION= 0.7.1 CATEGORIES= lang MASTER_SITES= http://ofc.dvoudheusden.net/download/ MAINTAINER= vanilla@FreeBSD.org COMMENT= The Objective-C Foundation Classes library LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" OPTIONS= GDBM "Add gdbm support" off \ GMP "Add gmp support" off -.include - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - .if defined (WITH_GDBM) LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm .endif .if defined (WITH_GMP) LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp4 .endif -.include +.include Property changes on: head/lang/ofc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property