diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-08-11 16:40:38 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-08-11 16:40:38 +0800 |
commit | be564b564fa0218ef53151fd5e1696f7b957b969 (patch) | |
tree | b9511ed1e3bdfe438bbcab767e7988eb270afde4 /devel | |
parent | 9bea3202e66e6f39ca12e77704c41a2fd977be6f (diff) | |
download | freebsd-ports-gnome-be564b564fa0218ef53151fd5e1696f7b957b969.tar.gz freebsd-ports-gnome-be564b564fa0218ef53151fd5e1696f7b957b969.tar.zst freebsd-ports-gnome-be564b564fa0218ef53151fd5e1696f7b957b969.zip |
fix depend list
PR: 70291
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-SVN-Mirror/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/p5-SVN-Mirror/Makefile b/devel/p5-SVN-Mirror/Makefile index eab61c54c509..dc728852b12e 100644 --- a/devel/p5-SVN-Mirror/Makefile +++ b/devel/p5-SVN-Mirror/Makefile @@ -7,6 +7,7 @@ PORTNAME= SVN-Mirror PORTVERSION= 0.41 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO @@ -15,13 +16,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= rafan@infor.org COMMENT= Mirror remote subversion repository to local -BUILD_DEPENDS= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \ + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \ - ${SITE_PERL}/VCP.pm:${PORTSDIR}/devel/p5-VCP \ - ${SITE_PERL}/SVN/Simple/Edit.pm:${PORTSDIR}/devel/p5-SVN-Simple + ${SITE_PERL}/VCP.pm:${PORTSDIR}/devel/p5-VCP \ + ${SITE_PERL}/SVN/Simple/Edit.pm:${PORTSDIR}/devel/p5-SVN-Simple RUN_DEPENDS= ${BUILD_DEPENDS} -CONFIGURE_ENV= PERL_EXTUTILS_AUTOINSTALL=--skipdeps PERL_CONFIGURE= yes MAN1= svm.1 |