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