diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-26 14:41:30 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-26 14:41:30 +0000 |
commit | 59064b177f182f7e66c8db93848a79d98cc77abd (patch) | |
tree | b613dfc050c98cbba57a1904ee5349fee6dcde74 /net | |
parent | Add one mirror in Russia. (diff) |
Add missed RUN_DEPENDS.
Notes
Notes:
svn path=/head/; revision=68871
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-PlRPC/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-PlRPC/Makefile b/net/p5-PlRPC/Makefile index a38c1e931b06..37577bce4541 100644 --- a/net/p5-PlRPC/Makefile +++ b/net/p5-PlRPC/Makefile @@ -16,6 +16,7 @@ MAINTAINER= vanilla@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Daemon.pm:${PORTSDIR}/net/p5-Net-Daemon \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |