diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 12:00:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 12:00:30 +0000 |
commit | c2866e7e03e21bb8c87264f3e94eb0771ff2929f (patch) | |
tree | bb60854c08a09d1f82d638352a523fd80ba34d9a /net/ntop | |
parent | c3a0a8dbd29cde9f34420927fdebd1f51bcc3ae2 (diff) |
Notes
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index d58d44b4c123..c3ae6bde85e0 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -21,10 +21,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ DBDIR?= /var/db +USES= gmake USE_AUTOTOOLS= libtool automake autoconf USE_GNOME= libxml2 USE_PYTHON= yes -USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes |