diff options
author | mva <mva@FreeBSD.org> | 2010-09-10 03:14:28 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2010-09-10 03:14:28 +0800 |
commit | 58a66fa9aaa70493e34677ff8f5e8f2ce2d90045 (patch) | |
tree | 3dc7061c7ecadd753cf217a581a9ac261d7ab5b7 /misc/mc-light | |
parent | 4c8fa302fb49d010b64d1c2077fb4ad0560f2ae6 (diff) | |
download | freebsd-ports-gnome-58a66fa9aaa70493e34677ff8f5e8f2ce2d90045.tar.gz freebsd-ports-gnome-58a66fa9aaa70493e34677ff8f5e8f2ce2d90045.tar.zst freebsd-ports-gnome-58a66fa9aaa70493e34677ff8f5e8f2ce2d90045.zip |
- Fix CONFLICTS knob for mc>=4.7
Diffstat (limited to 'misc/mc-light')
-rw-r--r-- | misc/mc-light/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile index bfc794e30bee..0eb59d3f122e 100644 --- a/misc/mc-light/Makefile +++ b/misc/mc-light/Makefile @@ -17,7 +17,7 @@ COMMENT= A lightweight Midnight Commander clone RUN_DEPENDS+= gawk:${PORTSDIR}/lang/gawk -CONFLICTS= mc-4.6* +CONFLICTS= mc-4.7* OPTIONS= NLS "Enable gettext support" on \ SUBSHELL "Build with subshell support (only for bash!)" off \ |