diff options
Diffstat (limited to 'net/freebsd-telnetd/Makefile')
-rw-r--r-- | net/freebsd-telnetd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/freebsd-telnetd/Makefile b/net/freebsd-telnetd/Makefile index ca4c8095aca0..521db4ca0c45 100644 --- a/net/freebsd-telnetd/Makefile +++ b/net/freebsd-telnetd/Makefile @@ -1,7 +1,7 @@ PORTNAME= freebsd-telnetd DISTVERSIONPREFIX= v DISTVERSION= 15.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= cy@FreeBSD.org @@ -22,6 +22,7 @@ MAKE_ENV+= MAKESYSPATH=/usr/src/share/mk \ MANDIR=${PREFIX}/share/man/man \ TELNETDIR=${WRKSRC}/contrib/telnet \ MK_KERBEROS_SUPPORT=no \ + MK_OPENSSL=no \ MK_WERROR=no OPTIONS_DEFINE= IPV6 |