aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios2/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-06-08 12:55:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-06-08 12:55:22 +0000
commit42c87c3d5f577462d9466719e730966282ebfa80 (patch)
tree62433135c1fca92a3a868f7d814b39ae4a047a35 /net-mgmt/nagios2/Makefile
parentf7755d1f6c9b09147bcaac25da7bbd0db589788c (diff)
downloadports-42c87c3d5f577462d9466719e730966282ebfa80.tar.gz
ports-42c87c3d5f577462d9466719e730966282ebfa80.zip
Notes
Diffstat (limited to 'net-mgmt/nagios2/Makefile')
-rw-r--r--net-mgmt/nagios2/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-mgmt/nagios2/Makefile b/net-mgmt/nagios2/Makefile
index bce678162792..7ef95c86f584 100644
--- a/net-mgmt/nagios2/Makefile
+++ b/net-mgmt/nagios2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= nagios
-PORTVERSION= 1.0
-PORTREVISION= 1
+PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=nagios
@@ -48,6 +47,10 @@ CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \
--with-mysql-xdata
.endif
+.if defined(NAGIOS_FILE_PERFDATA)
+CONFIGURE_ARGS+=--with-file-perfdata
+.endif
+
.if defined(WITH_POSTGRES)
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+=--with-pgsql-lib=${LOCALBASE}/pgsql \