Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jun 2014 07:09:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359048 - head/editors/libreoffice
Message-ID:  <201406240709.s5O79Pvf041286@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jun 24 07:09:25 2014
New Revision: 359048
URL: http://svnweb.freebsd.org/changeset/ports/359048
QAT: https://qat.redports.org/buildarchive/r359048/

Log:
  Convert USE_PGSQL to USES=pgsql

Modified:
  head/editors/libreoffice/Makefile

Modified: head/editors/libreoffice/Makefile
==============================================================================
--- head/editors/libreoffice/Makefile	Tue Jun 24 07:04:01 2014	(r359047)
+++ head/editors/libreoffice/Makefile	Tue Jun 24 07:09:25 2014	(r359048)
@@ -251,7 +251,7 @@ KDE4_CONFIGURE_ENV=	KDE4DIR="${KDE4_PREF
 MMEDIA_USE=	GSTREAMER=yes
 MMEDIA_CONFIGURE_ENABLE=	gstreamer-0-10
 
-PGSQL_USE=	PGSQL=yes
+PGSQL_USES=	pgsql:90+
 PGSQL_CONFIGURE_ENABLE=	postgresql-sdbc
 PGSQL_CONFIGURE_WITH=	gssapi krb5
 
@@ -290,10 +290,6 @@ USES+=		desktop-file-utils
 INSTALLS_ICONS=	yes
 .endif
 
-.if ${PORT_OPTIONS:MPGSQL}
-WANT_PGSQL_VER=	90+
-.endif
-
 .if empty(PORT_OPTIONS:MTEST)
 EXTRA_PATCHES+=		${FILESDIR}/disable-cppunittester
 .endif



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