diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-04-05 23:51:12 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-04-05 23:51:12 +0000 |
commit | bf40274e7ef620bb73ac697d7cd1ea0b226f1052 (patch) | |
tree | 4e0a9ada9d9d2a34b751014da65d6565f42a70bc /ftp | |
parent | Update security/pgpdump to 0.07 (diff) |
Dependency on p5-Socket6 should be "RUN", not "BUILD".
Notes
Notes:
svn path=/head/; revision=40920
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpmirror/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile index cd73c288edfd..3df2c9bc8a3e 100644 --- a/ftp/ftpmirror/Makefile +++ b/ftp/ftpmirror/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.intec.co.jp/pub/utils/ftpmirror/beta/ MAINTAINER= yasuf@big.or.jp -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 USE_PERL5= YES GNU_CONFIGURE= YES |