aboutsummaryrefslogtreecommitdiff
path: root/misc/mc
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-31 11:15:15 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-31 11:15:15 +0000
commit1ab56f56d826846d49446e436d5149ca29f7bfa8 (patch)
treebd1a642f4e8f0a84429fc92d28540126aca438d5 /misc/mc
parent0cd41ffc68dc1562501d31155c774003a69de3a2 (diff)
downloadports-1ab56f56d826846d49446e436d5149ca29f7bfa8.tar.gz
ports-1ab56f56d826846d49446e436d5149ca29f7bfa8.zip
Notes
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 828d804dc921..9d1d1c09b0b9 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mc
PORTVERSION= 4.8.22
+PORTREVISION= 1
CATEGORIES= misc shells
MASTER_SITES= http://ftp.midnight-commander.org/ \
https://ftp.osuosl.org/pub/midnightcommander/
@@ -89,8 +90,8 @@ post-install-X11-on:
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200030
-EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_diffviewer_ydiff.c
-RUN_DEPENDS= gdiff:textproc/diffutils
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_diffviewer_ydiff.c
+RUN_DEPENDS+= gdiff:textproc/diffutils
.endif
.include <bsd.port.post.mk>