mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Fix mis-merge from latest round of changes. Fixes 'make describe' in misc/.
This commit is contained in:
parent
d31147a10c
commit
ad09954ad7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147769
@ -117,7 +117,6 @@ PGSQL81_LIBVER= 4
|
||||
.if exists(${LOCALBASE}/bin/pg_config)
|
||||
_PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p'
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WANT_PGSQL_VER) && defined(_PGSQL_VER) && ${WANT_PGSQL_VER} != ${_PGSQL_VER}
|
||||
BROKEN= the port wants postgresql${WANT_PGSQL_VER}-client but you have postgresql${_PGSQL_VER}-client installed
|
||||
|
@ -117,7 +117,6 @@ PGSQL81_LIBVER= 4
|
||||
.if exists(${LOCALBASE}/bin/pg_config)
|
||||
_PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)[^0-9].*/\1\2/p'
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WANT_PGSQL_VER) && defined(_PGSQL_VER) && ${WANT_PGSQL_VER} != ${_PGSQL_VER}
|
||||
BROKEN= the port wants postgresql${WANT_PGSQL_VER}-client but you have postgresql${_PGSQL_VER}-client installed
|
||||
|
Loading…
Reference in New Issue
Block a user