diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-07 09:28:07 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-07 09:28:07 +0000 |
commit | ff8b9ad3dd138e2f01e09c3a2ba355ccc64dfc1f (patch) | |
tree | 1270d86e3a6293aea1e159c0699e5f7f885ed29b /net-mgmt/nagios12 | |
parent | db1a4b3c71475e2c6e80bb21c52473c8b36dcc4e (diff) | |
download | ports-ff8b9ad3dd138e2f01e09c3a2ba355ccc64dfc1f.tar.gz ports-ff8b9ad3dd138e2f01e09c3a2ba355ccc64dfc1f.zip |
- Fix dependency on PostgreSQL.
PR: ports/79618
Submitted by: Ulrich Spoerlein <q@uni.de>
Notes
Notes:
svn path=/head/; revision=132676
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 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 |