svn commit: r373104 - head/Mk/Uses
Chris Rees
crees at FreeBSD.org
Sat Nov 22 21:31:57 UTC 2014
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
More information about the svn-ports-all
mailing list