summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-12-02 00:03:14 +0000
committerflz <flz@FreeBSD.org>2005-12-02 00:03:14 +0000
commit6b06da1188f7a8bebc1439f424382d433065429e (patch)
treeafa1cb3c4d8b79a0d819c0f17625bdebcbef6890 /ftp
parentf2350f5e24d00a548d14d232808e4fe4196d7349 (diff)
downloadFreeBSD-ports-6b06da1188f7a8bebc1439f424382d433065429e.zip
FreeBSD-ports-6b06da1188f7a8bebc1439f424382d433065429e.tar.gz
- Fix BUILD_DEPENDS after devel/p5-Class-MethodMaker update.
Noticed by: pointyhat via kris
Diffstat (limited to 'ftp')
-rw-r--r--ftp/paraget/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/paraget/Makefile b/ftp/paraget/Makefile
index ae02654..2472a08 100644
--- a/ftp/paraget/Makefile
+++ b/ftp/paraget/Makefile
@@ -8,6 +8,7 @@
PORTNAME= paraget
PORTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= ftp perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,7 +17,7 @@ MAINTAINER= ijliao@FreeBSD.org
COMMENT= Parallel ftp-fetching program
BUILD_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
- ${SITE_PERL}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker
+ ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker
RUN_DEPENDS= ${BUILD_DEPENDS} \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
OpenPOWER on IntegriCloud