aboutsummaryrefslogtreecommitdiff
path: root/net/c3270/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/c3270/Makefile')
-rw-r--r--net/c3270/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/c3270/Makefile b/net/c3270/Makefile
index cf5263dcc686..99e9c1feb1f5 100644
--- a/net/c3270/Makefile
+++ b/net/c3270/Makefile
@@ -18,7 +18,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= ac_cv_search_libiconv=${ICONV_LIB}
USES= iconv readline gmake
-USE_OPENSSL= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
@@ -49,7 +48,8 @@ PORTDOCS= *
.if ! ${PORT_OPTIONS:MOPENSSL}
CONFIGURE_ARGS+= --disable-ssl
-.undef USE_OPENSSL
+.else
+USES+= ssl
.endif
.if ! ${PORT_OPTIONS:MREADLINE}