diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-04-06 07:51:12 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-04-06 07:51:12 +0800 |
commit | c3e9614ca616ac7d8f97456c4ffcdbb3034d93f6 (patch) | |
tree | 9ae4de7a0ea5b33c1109486875bbe39ea71449bd | |
parent | 503ab91e831eddb6f9fe042f09c34deef33f4b66 (diff) | |
download | freebsd-ports-graphics-c3e9614ca616ac7d8f97456c4ffcdbb3034d93f6.tar.gz freebsd-ports-graphics-c3e9614ca616ac7d8f97456c4ffcdbb3034d93f6.tar.zst freebsd-ports-graphics-c3e9614ca616ac7d8f97456c4ffcdbb3034d93f6.zip |
Dependency on p5-Socket6 should be "RUN", not "BUILD".
-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 cd73c288edf..3df2c9bc8a3 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 |