svn commit: r367068 - head/editors/libreoffice

Chris Rees crees at FreeBSD.org
Tue Sep 2 17:57:14 UTC 2014


Author: crees
Date: Tue Sep  2 17:57:13 2014
New Revision: 367068
URL: http://svnweb.freebsd.org/changeset/ports/367068
QAT: https://qat.redports.org/buildarchive/r367068/

Log:
  Fix syntax of USES=pgsql

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Tue Sep  2 17:56:46 2014	(r367067)
+++ head/editors/libreoffice/Makefile	Tue Sep  2 17:57:13 2014	(r367068)
@@ -251,7 +251,7 @@ KDE4_CONFIGURE_ENV=	KDE4DIR="${KDE4_PREF
 MMEDIA_USE=	GSTREAMER=yes
 MMEDIA_CONFIGURE_ENABLE=	gstreamer-0-10
 
-PGSQL_USES=	pgsql:90+
+PGSQL_USES=	pgsql:9.0+
 PGSQL_CONFIGURE_ENABLE=	postgresql-sdbc
 PGSQL_CONFIGURE_WITH=	gssapi krb5
 


More information about the svn-ports-head mailing list