summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-15 21:42:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-15 21:42:01 +0000
commite845d10885662efc03353b4bf3349ecc5498b717 (patch)
tree46fcd726afe3bc0c0011329cc9809b619f593a8b /Mk
parentMake ports providing info files depending on print/textinfo if base has been ... (diff)
do not overwrite RUN and BUILD DEPENDS
Slapped by: antoine
Notes
Notes: svn path=/head/; revision=357931
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 6773564ff24f..d34a81e13d21 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -2931,8 +2931,8 @@ INFO_PATH?= info
.if defined(INFO)
.if !exists(/usr/bin/install-info)
.if ${.CURDIR} != ${PORTSDIR}/print/texinfo
-BUILD_DEPENDS= makeinfo:${PORTSDIR}/print/texinfo
-RUN_DEPENDS= install-info:${PORTSDIR}/print/texinfo
+BUILD_DEPENDS+= makeinfo:${PORTSDIR}/print/texinfo
+RUN_DEPENDS+= install-info:${PORTSDIR}/print/texinfo
.endif
.endif
. for D in ${INFO:H}