diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-10-26 14:41:30 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-10-26 14:41:30 +0000 |
commit | 03dd949cacf60d6be8a9f3fdd428cd6ef2d4639a (patch) | |
tree | 1b9f74266f22988bb7755f22ef71391fa6d055f1 /net | |
parent | 9bc0c8d8a994374b59e5e3b14b97e3ff1519c335 (diff) | |
download | FreeBSD-ports-03dd949cacf60d6be8a9f3fdd428cd6ef2d4639a.zip FreeBSD-ports-03dd949cacf60d6be8a9f3fdd428cd6ef2d4639a.tar.gz |
Add missed RUN_DEPENDS.
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 a38c1e9..37577bc 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 |