svn commit: r388234 - head/databases/pgadmin3
Max Khon
fjoe at FreeBSD.org
Mon Jun 1 15:09:02 UTC 2015
Author: fjoe
Date: Mon Jun 1 15:09:01 2015
New Revision: 388234
URL: https://svnweb.freebsd.org/changeset/ports/388234
Log:
Revert to IGNORE_WITH_PGSQL until https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200569
is fixed (otherwise the build breaks if non-default postgresql-client is installed).
Modified:
head/databases/pgadmin3/Makefile
Modified: head/databases/pgadmin3/Makefile
==============================================================================
--- head/databases/pgadmin3/Makefile Mon Jun 1 14:34:44 2015 (r388233)
+++ head/databases/pgadmin3/Makefile Mon Jun 1 15:09:01 2015 (r388234)
@@ -14,7 +14,8 @@ LICENSE= PostgreSQL
BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx
-USES= gettext gmake pgsql:9.0+
+IGNORE_WITH_PGSQL= 8.2 8.3 8.4
+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-head
mailing list