diff options
Diffstat (limited to 'misc/screen/Makefile')
-rw-r--r-- | misc/screen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 4f4bc683c5a..f19795d22d6 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2005/09/20 04:23:48 jlam Exp $ +# $NetBSD: Makefile,v 1.61 2005/09/28 19:35:36 rillig Exp $ DISTNAME= screen-4.0.2 PKGREVISION= 3 @@ -18,7 +18,7 @@ USE_PKGINSTALL= YES INFO_FILES= screen.info PLIST_SUBST= DISTNAME=${DISTNAME} -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc CONFIGURE_ARGS+= --enable-telnet |