diff options
author | demon <demon@FreeBSD.org> | 2001-09-01 16:41:22 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2001-09-01 16:41:22 +0800 |
commit | 11cdf5adaf45db46a751a42dce554dda100db3c5 (patch) | |
tree | bcb61a0fdea6d4d060edef5b868ce9bac4edb0f1 | |
parent | c0bdde0f7e41bc5b2a0e5572a5a4805cd6503433 (diff) | |
download | freebsd-ports-gnome-11cdf5adaf45db46a751a42dce554dda100db3c5.tar.gz freebsd-ports-gnome-11cdf5adaf45db46a751a42dce554dda100db3c5.tar.zst freebsd-ports-gnome-11cdf5adaf45db46a751a42dce554dda100db3c5.zip |
Correct path in RUN_DEPENDS.
-rw-r--r-- | security/drweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile index 40a261cda4cc..05d22e171e02 100644 --- a/security/drweb/Makefile +++ b/security/drweb/Makefile @@ -17,7 +17,7 @@ MAINTAINER= anton@urc.ac.ru NO_BUILD= YES # Needed for update.pl -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/mach/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/String/CRC32.pm:${PORTSDIR}/devel/p5-String-CRC32 DRWEB_PREFIX= ${PREFIX}/${PORTNAME} |