diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-10-29 13:15:46 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-10-29 13:15:46 +0000 |
commit | a9156e35182f7f0b7cf21ffb99a81c2aba88e086 (patch) | |
tree | 3f9f11039fdcb8992940c9d5dc2472443b69fab8 /Mk | |
parent | 81ab4dbe3e3d03a4c1999d3e2337645c3e64e6bc (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.database.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk index 1c720748b46a..b858067b6f14 100644 --- a/Mk/bsd.database.mk +++ b/Mk/bsd.database.mk @@ -217,7 +217,7 @@ PGSQL_VER= ${version} . endif PGSQL_VER?= ${version} . endfor -. if empty(PGSQL_VER) +. if defined(WITH_PGSQL_VER) && ${WITH_PGSQL_VER} != ${PGSQL_VER} IGNORE?= cannot install: the port wants postgresql-client version ${WANT_PGSQL_VER} and you have version ${WITH_PGSQL_VER} installed or set in make.conf . endif . endif |