svn commit: r316331 - head/editors/calligra

Alberto Villa avilla at FreeBSD.org
Tue Apr 23 10:07:56 UTC 2013


Author: avilla
Date: Tue Apr 23 10:07:55 2013
New Revision: 316331
URL: http://svnweb.freebsd.org/changeset/ports/316331

Log:
  - Fix MySQL option.
  
  PR:		177628
  Submitted by:	John Marino <draco at marino.st>

Modified:
  head/editors/calligra/Makefile

Modified: head/editors/calligra/Makefile
==============================================================================
--- head/editors/calligra/Makefile	Tue Apr 23 10:04:39 2013	(r316330)
+++ head/editors/calligra/Makefile	Tue Apr 23 10:07:55 2013	(r316331)
@@ -100,7 +100,7 @@ PLIST_SUB+=	MARBLE="@comment "
 USE_MYSQL=	yes
 PLIST_SUB+=	MYSQL=""
 .else
-CMAKE_ARGS+=	-DWITH_MySQL:BOOL=FASE
+CMAKE_ARGS+=	-DWITH_MySQL:BOOL=FALSE
 PLIST_SUB+=	MYSQL="@comment "
 .endif
 


More information about the svn-ports-head mailing list