diff options
author | salo <salo@pkgsrc.org> | 2003-05-22 17:02:53 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-05-22 17:02:53 +0000 |
commit | 14948988b8841fdb7c410fbb9d13331b5a7a8843 (patch) | |
tree | 425c29aae049f9cf721e7dee168b9821f0491706 /sysutils/mc/Makefile | |
parent | e89396249b9b03ae4ed463b2073adacc62b8fabf (diff) | |
download | pkgsrc-14948988b8841fdb7c410fbb9d13331b5a7a8843.tar.gz |
PKGREVISION++
- use included slang library, fixes various issues with colours and character
printing (e.g., TERM=wsvt25 in color mode on wscons console or TERM=xterm in
xterm). From Pavel Arnost via PR pkg/21539.
- add patch from devel/libslang
Diffstat (limited to 'sysutils/mc/Makefile')
-rw-r--r-- | sysutils/mc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index c0fd7f90f4c..0d0f6cb2ac1 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2003/05/02 11:56:25 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2003/05/22 17:02:53 salo Exp $ # FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp # -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Midnight Commander, a free Norton Commander Clone CONFIGURE_ARGS+= --without-x |