diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-03-13 18:17:31 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-03-13 18:17:31 +0000 |
commit | 7149ff8eff5bba730ff34b8a52701892d357f151 (patch) | |
tree | a85892492bde2c7de124754a11c52dbcfc973177 /irc/nethirc | |
parent | 0fbe7fe4721fba532e4b8d5db7a4ba644660e609 (diff) | |
download | FreeBSD-ports-7149ff8eff5bba730ff34b8a52701892d357f151.zip FreeBSD-ports-7149ff8eff5bba730ff34b8a52701892d357f151.tar.gz |
Use PERL_VER instead of PERL_VERSION when referencing dependencies.
Submitted by: bento
Diffstat (limited to 'irc/nethirc')
-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 |