diff options
author | edwin <edwin@FreeBSD.org> | 2004-10-12 05:48:15 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-10-12 05:48:15 +0000 |
commit | c4aa70754cca5cda56456fbd92044e8c3b57947c (patch) | |
tree | bffee424a8f5902b5d6b362f97c7f91ba011eab0 /misc | |
parent | e1d1caa2af69e702bd957096b055655a082dc120 (diff) | |
download | FreeBSD-ports-c4aa70754cca5cda56456fbd92044e8c3b57947c.zip FreeBSD-ports-c4aa70754cca5cda56456fbd92044e8c3b57947c.tar.gz |
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>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mc-light/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile index 8353002..c2ba230 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 \ |