svn commit: r388306 - head/databases/pgadmin3
Mathieu Arnold
mat at FreeBSD.org
Tue Jun 2 04:59:37 UTC 2015
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
More information about the svn-ports-all
mailing list