summaryrefslogtreecommitdiff
path: root/sysutils/mc/Makefile.common
diff options
context:
space:
mode:
authorsalo <salo>2003-05-22 17:02:53 +0000
committersalo <salo>2003-05-22 17:02:53 +0000
commita01a61e03210f25115b4052f9249b44a27b65c24 (patch)
tree425c29aae049f9cf721e7dee168b9821f0491706 /sysutils/mc/Makefile.common
parent9619a365bad64b8889709f4c90a0232f0d65028b (diff)
downloadpkgsrc-a01a61e03210f25115b4052f9249b44a27b65c24.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.common')
-rw-r--r--sysutils/mc/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/mc/Makefile.common b/sysutils/mc/Makefile.common
index c61d685c556..3d45efecf7e 100644
--- a/sysutils/mc/Makefile.common
+++ b/sysutils/mc/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2003/01/10 07:52:18 cjep Exp $
+# $NetBSD: Makefile.common,v 1.19 2003/05/22 17:02:53 salo Exp $
DISTNAME= mc-4.5.51
CATEGORIES+= sysutils
@@ -20,7 +20,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --without-included-gettext
-CONFIGURE_ARGS+= --with-netrc --with-slang
+CONFIGURE_ARGS+= --with-netrc --with-included-slang
CONFIGURE_ARGS+= --with-samba
CONFIGURE_ARGS+= --without-tk
@@ -45,5 +45,4 @@ CFLAGS+= -DSunOS
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/glib/buildlink2.mk"
-.include "../../devel/libslang/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"