Fix dependency (use ${PERL_ARCH}).

Reminded by:	kris
This commit is contained in:
Dirk Froemberg 2002-12-14 14:41:05 +00:00
parent 0bdb11b8d0
commit 6c6d5b273c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71629
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= dirk
MAINTAINER= dirk@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Curses.pm:${PORTSDIR}/devel/p5-Curses
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses
NO_WRKSUBDIR= yes
NO_BUILD= yes

View file

@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= dirk
MAINTAINER= dirk@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Curses.pm:${PORTSDIR}/devel/p5-Curses
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses
NO_WRKSUBDIR= yes
NO_BUILD= yes