diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 09:39:09 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 09:39:09 +0000 |
commit | a548d9c15e48a72a17d405d4c60c5daab0c48691 (patch) | |
tree | eeb26e08d218af4bb62e15b707c478b974fd602c /net | |
parent | 0baf37d9f988ec06ed8e611f8a7e5a0b0a05a5d9 (diff) | |
download | freebsd-ports-a548d9c15e48a72a17d405d4c60c5daab0c48691.zip |
Harcoded perl version of 5.005 into ${PERL_VER}
Noticed on: bento
Diffstat (limited to 'net')
-rw-r--r-- | net/nrpep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nrpep/Makefile b/net/nrpep/Makefile index 60e2b61790d6..0a0d3e8fc7b1 100644 --- a/net/nrpep/Makefile +++ b/net/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 |