diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-07-11 17:46:01 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-07-11 17:46:01 +0000 |
commit | 9bb8cadeffa34c73f22382897eb691fd4c15f33e (patch) | |
tree | 9f7499092fc5171bf5d1e8ecb478e56bd7ae6448 | |
parent | Initial import of openntpd (OpenBSD's ntpd, portable version). (diff) |
- Add RUN_DEPENDS on p5-File-Temp if perl < 5.6.1.
- Bump PORTREVISION.
Pointed out by: artifex <artifex at freemail dot hu>
-rw-r--r-- | misc/mc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 3f5a0e6f1301..b5866886c9f9 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 |