diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-04-17 11:09:23 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-04-17 11:09:23 +0800 |
commit | 148afddf8cc25c4e07d4cae2e3788f0ba7973840 (patch) | |
tree | ceae713c3894234792fce28bd484eaef1b85953f /security/p5-Authen-Radius | |
parent | 1156107e5eac9067878c501bbf88d931a5e5f935 (diff) | |
download | freebsd-ports-gnome-148afddf8cc25c4e07d4cae2e3788f0ba7973840.tar.gz freebsd-ports-gnome-148afddf8cc25c4e07d4cae2e3788f0ba7973840.tar.zst freebsd-ports-gnome-148afddf8cc25c4e07d4cae2e3788f0ba7973840.zip |
MD5.pm not in ${PERL_VER}/${PERL_ARCH}/ but in ${PERL_VER}/
PR: 26625
Submitted by: petef@databits.net
Diffstat (limited to 'security/p5-Authen-Radius')
-rw-r--r-- | security/p5-Authen-Radius/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Authen-Radius/Makefile b/security/p5-Authen-Radius/Makefile index 38e7f396f4d0..de127a9fe120 100644 --- a/security/p5-Authen-Radius/Makefile +++ b/security/p5-Authen-Radius/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MD5.pm:${PORTSDIR}/security/p5-MD5 +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MD5.pm:${PORTSDIR}/security/p5-MD5 PERL_CONFIGURE= yes MAN3= Authen::Radius.3 |