summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-20 09:39:09 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-20 09:39:09 +0000
commita548d9c15e48a72a17d405d4c60c5daab0c48691 (patch)
treeeeb26e08d218af4bb62e15b707c478b974fd602c /net-mgmt
parentReplace my old 16 bit IO register assignment hack by an authoritative (diff)
Harcoded perl version of 5.005 into ${PERL_VER}
Noticed on: bento
Notes
Notes: svn path=/head/; revision=73638
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nrpep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nrpep/Makefile b/net-mgmt/nrpep/Makefile
index 60e2b61790d6..0a0d3e8fc7b1 100644
--- a/net-mgmt/nrpep/Makefile
+++ b/net-mgmt/nrpep/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= jon@netcraft.com
# Note that this port depends on neither netsaint-plugins OR netsaint, because it
# installs both a client and a server, and so could need EITHER. Bummer.
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.005/Crypt/TripleDES.pm:${PORTSDIR}/security/p5-Crypt-TripleDES
+RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Crypt/TripleDES.pm:${PORTSDIR}/security/p5-Crypt-TripleDES
USE_PERL5_RUN= yes