aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-09-28 21:47:53 +0800
committermat <mat@FreeBSD.org>2016-09-28 21:47:53 +0800
commitf66b19db12b2b62dd148c52961be95859bc276b8 (patch)
tree55aaff419c97dbefce282d481b7bd6bdee5f0181 /devel
parentce93f4c9fc77d298822b83257e915e6ec81c7779 (diff)
downloadfreebsd-ports-gnome-f66b19db12b2b62dd148c52961be95859bc276b8.tar.gz
freebsd-ports-gnome-f66b19db12b2b62dd148c52961be95859bc276b8.tar.zst
freebsd-ports-gnome-f66b19db12b2b62dd148c52961be95859bc276b8.zip
Also, you can't set SSL_DEFAULT, and don't give bad advices to people,
it should never be set directly, but always through DEFAULT_VERSIONS. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'devel')
-rw-r--r--devel/efl/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/efl/Makefile b/devel/efl/Makefile
index c521206f00ce..52e39e64725d 100644
--- a/devel/efl/Makefile
+++ b/devel/efl/Makefile
@@ -128,7 +128,6 @@ PLIST_SUB+= AUDIO="@comment "
.if ${PORT_OPTIONS:MSSL}
USES+= ssl
-SSL_DEFAULT= openssl
.else
CONFIGURE_ARGS+= --with-crypto=none
.endif