aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-10-12 05:48:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-10-12 05:48:15 +0000
commit2cd06a037ecac0b771540ce60e6b2800ae012549 (patch)
tree16ac73e32274fcd420a15ab2d75f4fba0840e222 /misc
parent4cf99f2d763b0db1a5818035f806353d5e78916d (diff)
downloadports-2cd06a037ecac0b771540ce60e6b2800ae012549.tar.gz
ports-2cd06a037ecac0b771540ce60e6b2800ae012549.zip
update port misc/mc-light
Remove the glib dependency from mc-light. This midc don't use glib. Add the gawk dependency for allow mc-light correctly work with all types of archive files. PR: ports/72554 Submitted by: "Roman Y.Bogdanov" <sam@brj.pp.ru>
Notes
Notes: svn path=/head/; revision=118810
Diffstat (limited to 'misc')
-rw-r--r--misc/mc-light/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile
index 8353002c18e0..c2ba230d0875 100644
--- a/misc/mc-light/Makefile
+++ b/misc/mc-light/Makefile
@@ -15,10 +15,11 @@ DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/}
MAINTAINER= sam@brj.pp.ru
COMMENT= A lightweight Midnight Commander clone
+RUN_DEPENDS+= gawk:${PORTSDIR}/lang/gawk
CONFLICTS= mc-4.6*
USE_GMAKE= yes
-USE_GNOME= glib20 pkgconfig gnometarget
+USE_GNOME= pkgconfig gnometarget
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-included-slang \
--with-gettext \