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