diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
commit | 4cb60faedd280bf4b0b07bd947bd9087e09d4357 (patch) | |
tree | 68afea909ff5f83c22ece4ec8e2ae5959483778d /net-mgmt/nagios-check_postgres | |
parent | Create a subdirectory of /var/run that is writeable by the bopm user and (diff) |
Finally retire USE_PGSQL
Diffstat (limited to 'net-mgmt/nagios-check_postgres')
-rw-r--r-- | net-mgmt/nagios-check_postgres/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios-check_postgres/Makefile b/net-mgmt/nagios-check_postgres/Makefile index 88db6cab161a..aaadbfa86df0 100644 --- a/net-mgmt/nagios-check_postgres/Makefile +++ b/net-mgmt/nagios-check_postgres/Makefile @@ -17,7 +17,7 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -USE_PGSQL= yes +USES+= pgsql # This script is primarily used for monitoring via Nagios, but it also # has output styles compatible with cacti or mrtg. The options |