Skip to content

Commit

Permalink
Fix DEPENDS.
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz committed Nov 30, 2016
1 parent acadf71 commit ba4df53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devel/svn-bisect/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2016/11/28 22:28:52 wiz Exp $
# $NetBSD: Makefile,v 1.3 2016/11/30 14:24:29 wiz Exp $

DISTNAME= svn-bisect-1.1
CATEGORIES= devel
Expand All @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/App-SVN-Bisect/
COMMENT= Bisect SVN repositories to find a particular change
LICENSE= artistic-2.0

DEPENDS+= subversion-base-[0-9]:../../devel/subversion-base
DEPENDS+= subversion-base-[0-9]*:../../devel/subversion-base
DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck

PERL5_PACKLIST= auto/App/SVN/Bisect/.packlist
Expand Down

0 comments on commit ba4df53

Please sign in to comment.