From 76c26b027d797f3671bf0b6c6618eda2496cf88d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 15 Jul 2011 23:12:20 +0000 Subject: Fri Jul 15 23:12:20 UTC 2011 --- extra/screen/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'extra/screen') diff --git a/extra/screen/PKGBUILD b/extra/screen/PKGBUILD index 0a1383e22..c22d539c2 100644 --- a/extra/screen/PKGBUILD +++ b/extra/screen/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 114599 2011-03-14 13:43:00Z allan $ +# $Id: PKGBUILD 131720 2011-07-14 01:42:52Z allan $ # Maintainer: Allan McRae # Committer: dorphell pkgname=screen pkgver=4.0.3 -pkgrel=11 +pkgrel=12 _ptygroup=5 #the UID of our PTY/TTY group pkgdesc="Full-screen window manager that multiplexes a physical terminal" arch=('i686' 'x86_64') @@ -30,7 +30,8 @@ build() { ./configure --prefix=/usr --enable-pam \ --with-sys-screenrc=/etc/screenrc --enable-colors256 \ - --enable-rxvt_osc --with-pty-group=$_ptygroup \ + --enable-rxvt_osc --enable-telnet \ + --with-pty-group=$_ptygroup \ --mandir=/usr/share/man --infodir=/usr/share/info make } -- cgit v1.2.3-54-g00ecf