- Avoid += without preceeding definition

This commit is contained in:
Steve Wills 2012-06-16 01:34:00 +00:00
parent 1aa09aec46
commit 0c77fc47e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299376

View file

@ -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