diff options
author | flz <flz@FreeBSD.org> | 2005-04-07 17:28:07 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-04-07 17:28:07 +0800 |
commit | 927f0611787fb5ef85eb264b875eccf764ddda93 (patch) | |
tree | 0b544615f30c202e255f43c4dde71bc7a04a84d4 /net-mgmt | |
parent | 86e86d39ffdc09cfe3c0c7c9517f47a462fcb409 (diff) | |
download | freebsd-ports-gnome-927f0611787fb5ef85eb264b875eccf764ddda93.tar.gz freebsd-ports-gnome-927f0611787fb5ef85eb264b875eccf764ddda93.tar.zst freebsd-ports-gnome-927f0611787fb5ef85eb264b875eccf764ddda93.zip |
- Fix dependency on PostgreSQL.
PR: ports/79618
Submitted by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'net-mgmt')
-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 b6a4c2d36c59..4decbf9c3ea2 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 |