diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-08-23 08:19:02 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-08-23 08:19:02 +0000 |
commit | 0bfe2bbcadc8249c4bbbde1c5f12490927815044 (patch) | |
tree | 0fe34dba1d95d8ca3f7b922a3880c9af82b3a5b2 /misc/mc/Makefile | |
parent | c74c6dae6365387cb5a2efcf58b818ca97cce20c (diff) | |
download | ports-0bfe2bbcadc8249c4bbbde1c5f12490927815044.tar.gz ports-0bfe2bbcadc8249c4bbbde1c5f12490927815044.zip |
Notes
Diffstat (limited to 'misc/mc/Makefile')
-rw-r--r-- | misc/mc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 8fc4c728a773..6665e50de314 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mc -PORTVERSION= 4.8.20 -PORTREVISION= 2 +PORTVERSION= 4.8.21 CATEGORIES= misc shells MASTER_SITES= http://ftp.midnight-commander.org/ \ http://ftp.osuosl.org/pub/midnightcommander/ @@ -94,7 +93,7 @@ post-install-X11-on: .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200030 EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_diffviewer_ydiff.c -RUN_DEPENDS= gdiff:textproc/diffutils +RUN_DEPENDS= gdiff:textproc/diffutils .endif .include <bsd.port.post.mk> |