diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-16 05:42:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-16 05:42:01 +0800 |
commit | 6030199df6cce172b3d5fc9d754a3b623be96b5c (patch) | |
tree | 46fcd726afe3bc0c0011329cc9809b619f593a8b /Mk | |
parent | 9bfc38dee227978d774fc2e0418f55a79f6af382 (diff) | |
download | freebsd-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.mk | 4 |
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} |