summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2004-07-11 17:46:01 +0000
committerfjoe <fjoe@FreeBSD.org>2004-07-11 17:46:01 +0000
commit951a9ae6d6055c3e295db79df169d0dda6f8c00b (patch)
treee6f0c5b4a46151e459148d18281535bd2fe399f4 /misc
parente5f3a5203661580551e8aa1305715827033423ea (diff)
downloadFreeBSD-ports-951a9ae6d6055c3e295db79df169d0dda6f8c00b.zip
FreeBSD-ports-951a9ae6d6055c3e295db79df169d0dda6f8c00b.tar.gz
- Add RUN_DEPENDS on p5-File-Temp if perl < 5.6.1.
- Bump PORTREVISION. Pointed out by: artifex <artifex at freemail dot hu>
Diffstat (limited to 'misc')
-rw-r--r--misc/mc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 3f5a0e6..b586688 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mc
PORTVERSION= 4.6.0
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= misc shells
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/file/managers/mc/
@@ -62,6 +62,10 @@ LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang
CONFIGURE_ARGS+=--without-subshell
.endif
+.if ${PERL_LEVEL} < 500601
+RUN_DEPENDS= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
+.endif
+
MAN1= mc.1 mcedit.1 mcview.1
_MAN1= mc.1
_MANLANG= es hu it pl ru.KOI8-R
OpenPOWER on IntegriCloud