summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-13 18:17:31 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-13 18:17:31 +0000
commita82d917877e7a1e2b2d13735b8e37eac8932e45e (patch)
tree961face1a93a88c6a20af626bcda2b18c7f95b89 /irc
parentAdd missed libxml dependency. (diff)
Use PERL_VER instead of PERL_VERSION when referencing dependencies.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=39776
Diffstat (limited to 'irc')
-rw-r--r--irc/nethirc/Makefile2
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