diff options
Diffstat (limited to 'graphics/cadubi/Makefile')
-rw-r--r-- | graphics/cadubi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cadubi/Makefile b/graphics/cadubi/Makefile index b206075b5637..debf0fe013f9 100644 --- a/graphics/cadubi/Makefile +++ b/graphics/cadubi/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} |