svn commit: r441901 - head/lang/gcc

Gerald Pfeifer gerald at FreeBSD.org
Sun May 28 08:28:37 UTC 2017


Author: gerald
Date: Sun May 28 08:28:36 2017
New Revision: 441901
URL: https://svnweb.freebsd.org/changeset/ports/441901

Log:
  Fix RUN_DEPENDS.
  
  Reported by:	pkg-fallout, Matthew D. Fuller <fullermd at over-yonder.net>

Modified:
  head/lang/gcc/Makefile

Modified: head/lang/gcc/Makefile
==============================================================================
--- head/lang/gcc/Makefile	Sun May 28 08:22:38 2017	(r441900)
+++ head/lang/gcc/Makefile	Sun May 28 08:28:36 2017	(r441901)
@@ -11,7 +11,7 @@ DISTFILES=	# not applicable
 MAINTAINER=	gerald at FreeBSD.org
 COMMENT=	Meta-port for the default version of the GNU Compiler Collection
 
-RUN_DEPENDS=	gcc${DEFAULT}:lang/gcc${GCC_DEFAULT}
+RUN_DEPENDS=	gcc${GCC_DEFAULT}:lang/gcc${GCC_DEFAULT}
 
 NO_ARCH=	yes
 NO_BUILD=	yes


More information about the svn-ports-all mailing list