svn commit: r397871 - head/editors/libreoffice

Jung-uk Kim jkim at FreeBSD.org
Fri Sep 25 21:03:10 UTC 2015


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


More information about the svn-ports-all mailing list