diff options
-rw-r--r-- | net/ntopng/Makefile | 1 | ||||
-rw-r--r-- | net/ntopng/files/ntopng.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile index 25d773008be9..dbb4eb7feb16 100644 --- a/net/ntopng/Makefile +++ b/net/ntopng/Makefile @@ -3,6 +3,7 @@ PORTNAME= ntopng PORTVERSION= 3.8.d20190619 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net diff --git a/net/ntopng/files/ntopng.in b/net/ntopng/files/ntopng.in index d1c66fc1905a..5956179d0ad2 100644 --- a/net/ntopng/files/ntopng.in +++ b/net/ntopng/files/ntopng.in @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: ntopng -# REQUIRE: LOGIN netif +# REQUIRE: LOGIN netif mysql # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable ntopng: |