diff options
Diffstat (limited to 'converters/convmv/Makefile')
-rw-r--r-- | converters/convmv/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/converters/convmv/Makefile b/converters/convmv/Makefile index 50c7668c6ef4..656949560531 100644 --- a/converters/convmv/Makefile +++ b/converters/convmv/Makefile @@ -7,6 +7,7 @@ PORTNAME= convmv PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= converters perl5 MASTER_SITES= http://j3e.de/linux/convmv/ @@ -18,4 +19,10 @@ PLIST_FILES= bin/convmv MAN1= convmv.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500701 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode +.endif + +.include <bsd.port.post.mk> |