From 7149ff8eff5bba730ff34b8a52701892d357f151 Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 13 Mar 2001 18:17:31 +0000 Subject: Use PERL_VER instead of PERL_VERSION when referencing dependencies. Submitted by: bento --- irc/nethirc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc/nethirc') diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile index 793a69d..d12ec82 100644 --- a/irc/nethirc/Makefile +++ b/irc/nethirc/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org .include -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC NO_BUILD= yes USE_PERL5= yes -- cgit v1.1