aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-06-16 05:42:01 +0800
committerbapt <bapt@FreeBSD.org>2014-06-16 05:42:01 +0800
commit6030199df6cce172b3d5fc9d754a3b623be96b5c (patch)
tree46fcd726afe3bc0c0011329cc9809b619f593a8b /Mk
parent9bfc38dee227978d774fc2e0418f55a79f6af382 (diff)
downloadfreebsd-ports-gnome-6030199df6cce172b3d5fc9d754a3b623be96b5c.tar.gz
freebsd-ports-gnome-6030199df6cce172b3d5fc9d754a3b623be96b5c.tar.zst
freebsd-ports-gnome-6030199df6cce172b3d5fc9d754a3b623be96b5c.zip
do not overwrite RUN and BUILD DEPENDS
Slapped by: antoine
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}