Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2015 21:03:10 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397871 - head/editors/libreoffice
Message-ID:  <201509252103.t8PL3Afn044865@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Fri Sep 25 21:03:09 2015
New Revision: 397871
URL: https://svnweb.freebsd.org/changeset/ports/397871

Log:
  Remove redundant PostgreSQL version restriction as we do not support 8.x.

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Fri Sep 25 21:00:28 2015	(r397870)
+++ head/editors/libreoffice/Makefile	Fri Sep 25 21:03:09 2015	(r397871)
@@ -185,7 +185,7 @@ MMEDIA_USE=	GSTREAMER1=yes
 
 PGSQL_CONFIGURE_ENABLE=	postgresql-sdbc
 PGSQL_CONFIGURE_WITH=	gssapi krb5
-PGSQL_USES=	pgsql:9.0+
+PGSQL_USES=	pgsql
 
 SDK_BUILD_DEPENDS=	doxygen:${PORTSDIR}/devel/doxygen
 SDK_CONFIGURE_ENABLE=	odk



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