1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Use $PERL_ARCH instead of ${MACHINE_ARC}-freebsd.

Pointed out by:	bento
This commit is contained in:
Jun Kuriyama 2001-01-08 10:31:46 +00:00
parent ef9b6002e4
commit 3715e6f709
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36937

View File

@ -15,7 +15,7 @@ DISTNAME= perlmenu.v4.0
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${MACHINE_ARCH}-freebsd/Curses.pm:${PORTSDIR}/devel/p5-Curses
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses
USE_PERL5= yes
NO_BUILD= yes