summaryrefslogtreecommitdiff
path: root/net/ntop
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-03-15 14:45:30 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-03-15 14:45:30 +0000
commita28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch)
treebaf6ab0b133f634d778359bdbf4c920166db5b76 /net/ntop
parentFix numerous style issues, sort the knobs, kill EOL whitespace. (diff)
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=436247
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 968c6ee37123..55cf66eac601 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -23,9 +23,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \
DBDIR?= /var/db
-USES= autoreconf:build cpe gmake libtool python
+USES= autoreconf:build cpe gmake libtool python ssl
USE_GNOME= libxml2
-USE_OPENSSL= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PLIST_SUB= DBDIR=${DBDIR} \