diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-06 13:13:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-06 13:13:00 +0000 |
commit | f507cc5b3cb0885930635b323beb63b48bf20630 (patch) | |
tree | 5597460a9679f9cb5c4ced323a1b1b26bbe1111e /net/ntop/Makefile | |
parent | bbf6130f5e6c0312449e1858c9541d4232e4dd9a (diff) |
Notes
Diffstat (limited to 'net/ntop/Makefile')
-rw-r--r-- | net/ntop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index f093158f2aa2..e338eec19844 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -3,7 +3,7 @@ PORTNAME= ntop PORTVERSION= 5.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Stable @@ -21,7 +21,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ DBDIR?= /var/db -USES= gmake +USES= gmake libtool USE_AUTOTOOLS= libtool automake autoconf USE_GNOME= libxml2 USE_PYTHON= yes |