svn commit: r357931 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 15 21:42:02 UTC 2014


Author: bapt
Date: Sun Jun 15 21:42:01 2014
New Revision: 357931
URL: http://svnweb.freebsd.org/changeset/ports/357931
QAT: https://qat.redports.org/buildarchive/r357931/

Log:
  do not overwrite RUN and BUILD DEPENDS
  
  Slapped by:	antoine

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sun Jun 15 21:38:29 2014	(r357930)
+++ head/Mk/bsd.port.mk	Sun Jun 15 21:42:01 2014	(r357931)
@@ -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}


More information about the svn-ports-head mailing list