Date: Sun, 28 May 2017 08:28:36 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441901 - head/lang/gcc Message-ID: <201705280828.v4S8Sali088180@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705280828.v4S8Sali088180>