mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Don't use += when := will do.
This commit is contained in:
parent
b3b7b0b5a4
commit
d97ce6c94b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298974
@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An iterator for returning DBI query results
|
||||
|
||||
BUILD_DEPENDS= p5-Iterator>=0:${PORTSDIR}/devel/p5-Iterator
|
||||
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Iterator::DBI.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user