svn commit: r375479 - head/devel/linux-c6-devtools

Johannes Jost Meixner xmj at FreeBSD.org
Wed Dec 24 18:12:51 UTC 2014


Author: xmj
Date: Wed Dec 24 18:12:50 2014
New Revision: 375479
URL: https://svnweb.freebsd.org/changeset/ports/375479
QAT: https://qat.redports.org/buildarchive/r375479/

Log:
  devel/linux-c6-devtools: add run dependency on linux-c6-libgfortran
  
  - add RUN_DEPENDS for devel/linux-c6-libgfortran.
  
  Differential Revision:	https://reviews.freebsd.org/D1357
  Requested by:	db
  Approved by:	swills (mentor)

Modified:
  head/devel/linux-c6-devtools/Makefile

Modified: head/devel/linux-c6-devtools/Makefile
==============================================================================
--- head/devel/linux-c6-devtools/Makefile	Wed Dec 24 18:12:01 2014	(r375478)
+++ head/devel/linux-c6-devtools/Makefile	Wed Dec 24 18:12:50 2014	(r375479)
@@ -22,6 +22,8 @@ COMMENT=	Linux compilers and base librar
 
 # LICENSE=	Various GNU
 
+RUN_DEPENDS+=	linux-c6-libgfortran>0:${PORTSDIR}/devel/linux-c6-libgfortran
+
 ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	c6
 USE_LINUX_RPM=	yes


More information about the svn-ports-head mailing list