Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Nov 2014 21:31:57 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373104 - head/Mk/Uses
Message-ID:  <201411222131.sAMLVvw4014143@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sat Nov 22 21:31:56 2014
New Revision: 373104
URL: https://svnweb.freebsd.org/changeset/ports/373104
QAT: https://qat.redports.org/buildarchive/r373104/

Log:
  Fix special [:build] case

Modified:
  head/Mk/Uses/pgsql.mk

Modified: head/Mk/Uses/pgsql.mk
==============================================================================
--- head/Mk/Uses/pgsql.mk	Sat Nov 22 21:18:14 2014	(r373103)
+++ head/Mk/Uses/pgsql.mk	Sat Nov 22 21:31:56 2014	(r373104)
@@ -139,7 +139,7 @@ _USE_PGSQL_DEP_server=	postgres
 BUILD_DEPENDS+=	${_USE_PGSQL_DEP_${depend}}:${PORTSDIR}/databases/postgresql${PGSQL_VER_NODOT}-${depend}
 RUN_DEPENDS+=	${_USE_PGSQL_DEP_${depend}}:${PORTSDIR}/databases/postgresql${PGSQL_VER_NODOT}-${depend}
 .        elif ${WANT_PGSQL:M${depend}\:*}
-BUILD_DEPENDS+=	${NONEXISTENT}:${PORTSDIR}/databases/postgresql${PGSQL_VER_NODOT}-${depend}:${USE_PGSQL:M${depend}\:*:C,^[^:]*\:,,}
+BUILD_DEPENDS+=	${NONEXISTENT}:${PORTSDIR}/databases/postgresql${PGSQL_VER_NODOT}-${depend}:${WANT_PGSQL:M${depend}\:*:C,^[^:]*\:,,}
 .        endif
 .      endfor
 .    endif



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