- Avoid += without preeceeding definition

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

View File

@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Filesystem and stream iterators
BUILD_DEPENDS= p5-Iterator>=0:${PORTSDIR}/devel/p5-Iterator
RUN_DEPENDS+= ${BUILD_DEPENDS}
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= Iterator::IO.3