aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftpmirror
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-04-05 23:51:12 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-04-05 23:51:12 +0000
commitbf40274e7ef620bb73ac697d7cd1ea0b226f1052 (patch)
tree4e0a9ada9d9d2a34b751014da65d6565f42a70bc /ftp/ftpmirror
parent363c945382b8c3bf09323c048446af423945dc45 (diff)
downloadports-bf40274e7ef620bb73ac697d7cd1ea0b226f1052.tar.gz
ports-bf40274e7ef620bb73ac697d7cd1ea0b226f1052.zip
Dependency on p5-Socket6 should be "RUN", not "BUILD".
Notes
Notes: svn path=/head/; revision=40920
Diffstat (limited to 'ftp/ftpmirror')
-rw-r--r--ftp/ftpmirror/Makefile2
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