diff options
author | flz <flz@FreeBSD.org> | 2005-04-07 09:28:07 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-07 09:28:07 +0000 |
commit | 927f0611787fb5ef85eb264b875eccf764ddda93 (patch) | |
tree | 0b544615f30c202e255f43c4dde71bc7a04a84d4 /net-mgmt/nagios12 | |
parent | 86e86d39ffdc09cfe3c0c7c9517f47a462fcb409 (diff) | |
download | FreeBSD-ports-927f0611787fb5ef85eb264b875eccf764ddda93.zip FreeBSD-ports-927f0611787fb5ef85eb264b875eccf764ddda93.tar.gz |
- Fix dependency on PostgreSQL.
PR: ports/79618
Submitted by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'net-mgmt/nagios12')
-rw-r--r-- | net-mgmt/nagios12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios12/Makefile b/net-mgmt/nagios12/Makefile index b6a4c2d..4decbf9 100644 --- a/net-mgmt/nagios12/Makefile +++ b/net-mgmt/nagios12/Makefile @@ -72,7 +72,7 @@ CONFIGURE_ARGS+=--with-file-perfdata .endif .if defined(WITH_PGSQL) -LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 +USE_PGSQL= yes CONFIGURE_ARGS+=--with-pgsql-lib=${LOCALBASE}/pgsql \ --with-pgsql-inc=${LOCALBASE}/pgsql \ --with-pgsql-xdata |