diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 13:19:15 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 13:19:15 +0000 |
commit | 13aea97a53253bbc9179cfa8b4f4c09980568047 (patch) | |
tree | b5d6ad09507674b96fd35388700cf2dfca944bfe /net/tn5250 | |
parent | 6323340e59761e0978a5060b9da3dcf1b268193c (diff) | |
download | ports-13aea97a53253bbc9179cfa8b4f4c09980568047.tar.gz ports-13aea97a53253bbc9179cfa8b4f4c09980568047.zip |
Notes
Diffstat (limited to 'net/tn5250')
-rw-r--r-- | net/tn5250/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index 18d9a9d0f13a..a67d76fc504a 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= 5250 Telnet protocol and Terminal -USES= libtool +USES= libtool ncurses USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-os-dir=no --with-ssl=${OPENSSLBASE} |