svn commit: r359048 - head/editors/libreoffice

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 24 07:09:26 UTC 2014


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


More information about the svn-ports-head mailing list