diff options
-rw-r--r-- | irc/nethirc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk> -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 |