diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-28 17:14:11 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-28 17:14:11 +0000 |
commit | f0ea38b5ef4729f017da439763cb57222a85d219 (patch) | |
tree | 068d3ba6550644505a0f76a35f7e8811baeb530e /graphics/cadubi | |
parent | d6297871eabeaabda908892f9e824f0ff97a7938 (diff) |
Notes
Diffstat (limited to 'graphics/cadubi')
-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} |