diff options
author | alex <alex@FreeBSD.org> | 2001-05-23 10:45:42 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-05-23 10:45:42 +0000 |
commit | 0dd0d1e6762fb0624b20db136540e5a95a4b0ab3 (patch) | |
tree | a80e70d9f028d7fd047c224ddce1228d282a00ec /devel/cons | |
parent | 7371181684f42ff218b838e2177a03eee360e970 (diff) | |
download | FreeBSD-ports-0dd0d1e6762fb0624b20db136540e5a95a4b0ab3.zip FreeBSD-ports-0dd0d1e6762fb0624b20db136540e5a95a4b0ab3.tar.gz |
Correct path to dependency ($(PERL_ARCH) and not $(ARCH)-freebsd)
Submitted by: bento
Diffstat (limited to 'devel/cons')
-rw-r--r-- | devel/cons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cons/Makefile b/devel/cons/Makefile index d05439b..0ce6a59 100644 --- a/devel/cons/Makefile +++ b/devel/cons/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= rv@gnu.org -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${ARCH}-freebsd/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 USE_PERL5= yes NO_BUILD= yes |