Skip to content

Commit

Permalink
Merge pull request #14 from innogames/l_postgres14
Browse files Browse the repository at this point in the history
Upgrade PostgreSQL client to 14
  • Loading branch information
lamaral authored Mar 21, 2022
2 parents 9ec30b6 + 56eece6 commit e6e262c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bsd_port/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ USES= cmake
LIB_DEPENDS=\
libevent.so:devel/libevent \
libintl.so:devel/gettext-runtime \
libpq.so:databases/postgresql96-client \
libpq.so:databases/postgresql14-client \
libyaml-cpp.so:devel/yaml-cpp

BUILD_DEPENDS=\
${NONEXISTENT}:databases/postgresql96-client \
${NONEXISTENT}:databases/postgresql14-client \
${NONEXISTENT}:devel/boost-libs \
${NONEXISTENT}:devel/gettext-runtime \
${NONEXISTENT}:devel/googletest \
Expand Down

0 comments on commit e6e262c

Please sign in to comment.