svn commit: r346969 - head/lang/gcc-aux

John Marino marino at FreeBSD.org
Mon Mar 3 21:20:36 UTC 2014


Author: marino
Date: Mon Mar  3 21:20:35 2014
New Revision: 346969
URL: http://svnweb.freebsd.org/changeset/ports/346969
QAT: https://qat.redports.org/buildarchive/r346969/

Log:
  lang/gcc-aux: Fix on DFly 3.5+ with test option
  
  The BUILD_DEPENDS was redefined with test option was selected.
  Currently that only affects newer DragonFly (3.6 and Dev)

Modified:
  head/lang/gcc-aux/Makefile

Modified: head/lang/gcc-aux/Makefile
==============================================================================
--- head/lang/gcc-aux/Makefile	Mon Mar  3 21:15:30 2014	(r346968)
+++ head/lang/gcc-aux/Makefile	Mon Mar  3 21:20:35 2014	(r346969)
@@ -153,7 +153,7 @@ LANGS+=		objc
 #########################
 
 .if ${PORT_OPTIONS:MTESTSUITE}
-BUILD_DEPENDS=	dejagnu>=1.4:${PORTSDIR}/misc/dejagnu
+BUILD_DEPENDS+=	dejagnu>=1.4:${PORTSDIR}/misc/dejagnu
 APPLY_DIFFS+=	ada-testsuite
 APPLY_DIFFS+=	fortran-testsuite
 APPLY_DIFFS+=	cxx-testsuite


More information about the svn-ports-all mailing list