diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2008-06-30 10:00:07 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2008-06-30 10:00:07 +0000 |
commit | 9ffc02942d56820e9f987cabe4b5592db5ea034a (patch) | |
tree | a30063f6e5626132e0426505cffb826aaf0762b0 /devel/p5-SVN-Access | |
parent | 164733d9dfad71b53a8b8a7ff980d3e525c4f2cb (diff) | |
download | ports-9ffc02942d56820e9f987cabe4b5592db5ea034a.tar.gz ports-9ffc02942d56820e9f987cabe4b5592db5ea034a.zip |
Notes
Diffstat (limited to 'devel/p5-SVN-Access')
-rw-r--r-- | devel/p5-SVN-Access/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-SVN-Access/Makefile b/devel/p5-SVN-Access/Makefile index 423414d4d1f8..999b0c68a4d4 100644 --- a/devel/p5-SVN-Access/Makefile +++ b/devel/p5-SVN-Access/Makefile @@ -15,9 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= glarkin@sourcehosting.net COMMENT= Perl extension to manipulate SVN Access files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Base.pm:${PORTSDIR}/devel/subversion-perl \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Base.pm:${PORTSDIR}/devel/p5-subversion \ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Base.pm:${PORTSDIR}/devel/subversion-perl \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Base.pm:${PORTSDIR}/devel/p5-subversion \ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML PERL_CONFIGURE= yes |