summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortron <tron>2002-07-04 21:45:37 +0000
committertron <tron>2002-07-04 21:45:37 +0000
commita3f2be6b09f8bd70711f53a7fb1ecbe649b9d19e (patch)
tree88885d02c2371bd92a724a546c945c756a3f9e0c /misc
parent7918b259385f1f86a1158fd1ebfcefebf11b2e20 (diff)
downloadpkgsrc-a3f2be6b09f8bd70711f53a7fb1ecbe649b9d19e.tar.gz
Enable builtin telnet support as suggested by Sergey Svishchev in
PR pkg/17454.
Diffstat (limited to 'misc')
-rw-r--r--misc/screen/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index c35419ec3d8..4ac319141e5 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2002/05/31 08:40:24 uebayasi Exp $
+# $NetBSD: Makefile,v 1.33 2002/07/04 21:45:37 tron Exp $
DISTNAME= screen-3.9.11
CATEGORIES= misc
@@ -15,7 +15,8 @@ PLIST_SUBST= DISTNAME=${DISTNAME}
USE_BUILDLINK_ONLY= yes
TEXINFO_OVERRIDE= YES
-CONFIGURE_ARGS+=--with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc
+CONFIGURE_ARGS+=--with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc \
+ --enable-telnet
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == SunOS)