- Avoid += without preceeding definition
This commit is contained in:
parent
1aa09aec46
commit
0c77fc47e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299376
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org
|
|||
COMMENT= A general-purpose iterator class
|
||||
|
||||
BUILD_DEPENDS= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Iterator.3
|
||||
|
||||
|
|
Loading…
Reference in a new issue