diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-08 12:55:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-08 12:55:22 +0000 |
commit | 42c87c3d5f577462d9466719e730966282ebfa80 (patch) | |
tree | 62433135c1fca92a3a868f7d814b39ae4a047a35 /net-mgmt/nagios | |
parent | f7755d1f6c9b09147bcaac25da7bbd0db589788c (diff) | |
download | ports-42c87c3d5f577462d9466719e730966282ebfa80.tar.gz ports-42c87c3d5f577462d9466719e730966282ebfa80.zip |
Notes
Diffstat (limited to 'net-mgmt/nagios')
-rw-r--r-- | net-mgmt/nagios/Makefile | 7 | ||||
-rw-r--r-- | net-mgmt/nagios/distinfo | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile index bce678162792..7ef95c86f584 100644 --- a/net-mgmt/nagios/Makefile +++ b/net-mgmt/nagios/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 \ diff --git a/net-mgmt/nagios/distinfo b/net-mgmt/nagios/distinfo index a6612a6ad8f0..f17e0d16ab3a 100644 --- a/net-mgmt/nagios/distinfo +++ b/net-mgmt/nagios/distinfo @@ -1 +1 @@ -MD5 (nagios-1.0.tar.gz) = 9f95388c59b34c06745870fd2012388e +MD5 (nagios-1.1.tar.gz) = 5f48ecd9bad2c4d7c9d88d0b6f347ecf |