diff options
author | Lars Engels <lme@FreeBSD.org> | 2016-08-27 05:38:08 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2016-08-27 05:38:08 +0000 |
commit | d5da7618ac647c1a1db64008ed87fc35d09fd052 (patch) | |
tree | 16526678edb066e157399991eae42d21ca46945c /net-mgmt | |
parent | 7f593749d935f08a72a2fe545a162b83e064d321 (diff) | |
download | ports-d5da7618ac647c1a1db64008ed87fc35d09fd052.tar.gz ports-d5da7618ac647c1a1db64008ed87fc35d09fd052.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/icinga2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile index a8d8a4c4265e..670b298ff2f6 100644 --- a/net-mgmt/icinga2/Makefile +++ b/net-mgmt/icinga2/Makefile @@ -3,7 +3,7 @@ PORTNAME= icinga2 DISTVERSIONPREFIX= v DISTVERSION= 2.5.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MAINTAINER= lme@FreeBSD.org @@ -20,7 +20,7 @@ BROKEN_powerpc64= Does not build USE_GITHUB= yes GH_ACCOUNT= icinga -USES= alias bison cmake execinfo libedit ssl +USES= alias bison cmake execinfo libedit USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} |