Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2015 04:59:36 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388306 - head/databases/pgadmin3
Message-ID:  <201506020459.t524xaEQ057288@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jun  2 04:59:36 2015
New Revision: 388306
URL: https://svnweb.freebsd.org/changeset/ports/388306

Log:
  While pgsql:9.0+ is broken somehow, pgsql alone is needed here.
  
  Sponsored by:	Absolight

Modified:
  head/databases/pgadmin3/Makefile

Modified: head/databases/pgadmin3/Makefile
==============================================================================
--- head/databases/pgadmin3/Makefile	Tue Jun  2 04:51:35 2015	(r388305)
+++ head/databases/pgadmin3/Makefile	Tue Jun  2 04:59:36 2015	(r388306)
@@ -15,7 +15,7 @@ LICENSE=	PostgreSQL
 BUILD_DEPENDS=	sphinx-build:${PORTSDIR}/textproc/py-sphinx
 
 IGNORE_WITH_PGSQL=	8.2 8.3 8.4
-USES=		gettext gmake #pgsql:9.0+
+USES=		gettext gmake pgsql #:9.0+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-wx-version=${USE_WX} --enable-databasedesigner
 USE_GNOME=	libxml2 libxslt



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