diff options
Diffstat (limited to 'devel/p5-SVN-Look/Makefile')
-rw-r--r-- | devel/p5-SVN-Look/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-SVN-Look/Makefile b/devel/p5-SVN-Look/Makefile index 9a5ddd9649e1..9b79eefd4f8d 100644 --- a/devel/p5-SVN-Look/Makefile +++ b/devel/p5-SVN-Look/Makefile @@ -14,9 +14,9 @@ COMMENT= Caching wrapper around the svnlook command LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ - subversion>=1.7.0:${PORTSDIR}/devel/subversion +BUILD_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ + p5-XML-Simple>=0:textproc/p5-XML-Simple \ + subversion>=1.7.0:devel/subversion RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |