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