summaryrefslogtreecommitdiff
path: root/lang/urweb/Makefile
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 /lang/urweb/Makefile
parentFix numerous style issues, sort the knobs, kill EOL whitespace. (diff)
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r--lang/urweb/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/urweb/Makefile b/lang/urweb/Makefile
index 529605010361..ec0933e88463 100644
--- a/lang/urweb/Makefile
+++ b/lang/urweb/Makefile
@@ -17,9 +17,8 @@ BUILD_DEPENDS= mlton:lang/mlton
CONFIGURE_ENV= CCARGS="-I${LOCALBASE}/include"
GNU_CONFIGURE= yes
-USES= gmake libtool tar:tgz
+USES= gmake libtool tar:tgz ssl
USE_LDCONFIG= yes
-USE_OPENSSL= yes
ONLY_FOR_ARCHS= i386 amd64
CFLAGS+= -pthread
@@ -30,7 +29,6 @@ ELISP_DESC= Install contributed Emacs Lisp
.include <bsd.port.options.mk>
-USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
.if ${PORT_OPTIONS:MELISP}