svn commit: r318961 - head/devel/ode

Bryan Drewery bdrewery at FreeBSD.org
Fri May 24 11:53:30 UTC 2013


Author: bdrewery
Date: Fri May 24 11:53:29 2013
New Revision: 318961
URL: http://svnweb.freebsd.org/changeset/ports/318961

Log:
  - Fix another syntax error

Modified:
  head/devel/ode/Makefile

Modified: head/devel/ode/Makefile
==============================================================================
--- head/devel/ode/Makefile	Fri May 24 11:51:08 2013	(r318960)
+++ head/devel/ode/Makefile	Fri May 24 11:53:29 2013	(r318961)
@@ -34,7 +34,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 CFLAGS+=	-fPIC -DPIC
 .endif
 
-.if ${PORT_OPTIONS:MGIMPACT} && defined(WITH_DOUBLE}
+.if ${PORT_OPTIONS:MGIMPACT} && defined(WITH_DOUBLE)
 IGNORE=	currently double precision is not supported by gimpact
 .endif
 


More information about the svn-ports-all mailing list