aboutsummaryrefslogtreecommitdiff
path: root/net/c3270
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/c3270
parentc285e43283c14c5abf4dc12cfdf0793f4ca0d130 (diff)
downloadports-a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0.tar.gz
ports-a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0.zip
Notes
Diffstat (limited to 'net/c3270')
-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}