diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-12-02 00:03:14 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-12-02 00:03:14 +0000 |
commit | 04b2cdc5eb8a81832e37da72ed1af0abbdda11f7 (patch) | |
tree | 6f42015251288d671899cd00feda86889f6efe4b /ftp/paraget | |
parent | 0f0bf1c5191d5db89261c4cb67a2004603365c51 (diff) | |
download | ports-04b2cdc5eb8a81832e37da72ed1af0abbdda11f7.tar.gz ports-04b2cdc5eb8a81832e37da72ed1af0abbdda11f7.zip |
Notes
Diffstat (limited to 'ftp/paraget')
-rw-r--r-- | ftp/paraget/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/paraget/Makefile b/ftp/paraget/Makefile index ae026545d00f..2472a08d2781 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 |