summaryrefslogtreecommitdiff
path: root/devel/p5-PerlMenu
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-01-08 10:31:46 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-01-08 10:31:46 +0000
commit3715e6f709ecbb9052051b7d5a2a9c1ff428bf32 (patch)
tree85ca35dfde6ec2983f5348431ac51d8c3a69e358 /devel/p5-PerlMenu
parentUse $PERL_ARCH instead of i386-freebsd. (diff)
Use $PERL_ARCH instead of ${MACHINE_ARC}-freebsd.
Pointed out by: bento
Notes
Notes: svn path=/head/; revision=36937
Diffstat (limited to 'devel/p5-PerlMenu')
-rw-r--r--devel/p5-PerlMenu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-PerlMenu/Makefile b/devel/p5-PerlMenu/Makefile
index 8b4b1e919a68..3d57a5c92039 100644
--- a/devel/p5-PerlMenu/Makefile
+++ b/devel/p5-PerlMenu/Makefile
@@ -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