diff options
author | crees <crees@FreeBSD.org> | 2014-11-23 05:31:56 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-11-23 05:31:56 +0800 |
commit | a41a63e64f081c8f587f808f277d089f584bfacc (patch) | |
tree | e7d3da0bbf3779aa3538a1950ebb7b6c4f455c64 /Mk/Uses | |
parent | fa88db7f8d1c5c0ce3cb6aa610f353abe0e5cbdd (diff) | |
download | freebsd-ports-gnome-a41a63e64f081c8f587f808f277d089f584bfacc.tar.gz freebsd-ports-gnome-a41a63e64f081c8f587f808f277d089f584bfacc.tar.zst freebsd-ports-gnome-a41a63e64f081c8f587f808f277d089f584bfacc.zip |
Fix special [:build] case
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/pgsql.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/pgsql.mk b/Mk/Uses/pgsql.mk index 430480dc15c7..7b7db70c9933 100644 --- a/Mk/Uses/pgsql.mk +++ b/Mk/Uses/pgsql.mk @@ -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 |