diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-12 05:48:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-12 05:48:15 +0000 |
commit | 2cd06a037ecac0b771540ce60e6b2800ae012549 (patch) | |
tree | 16ac73e32274fcd420a15ab2d75f4fba0840e222 /misc | |
parent | 4cf99f2d763b0db1a5818035f806353d5e78916d (diff) | |
download | ports-2cd06a037ecac0b771540ce60e6b2800ae012549.tar.gz ports-2cd06a037ecac0b771540ce60e6b2800ae012549.zip |
Notes
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 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 \ |