Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 17:57:14 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367068 - head/editors/libreoffice
Message-ID:  <201409021757.s82HvEuB069716@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021757.s82HvEuB069716>