[Midnightbsd-cvs] mports [24208] trunk/shells/bash/Makefile: add lang/gcc dependency

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 4 22:18:21 EDT 2018


Revision: 24208
          http://svnweb.midnightbsd.org/mports/?rev=24208
Author:   laffer1
Date:     2018-09-04 22:18:21 -0400 (Tue, 04 Sep 2018)
Log Message:
-----------
add lang/gcc dependency

Modified Paths:
--------------
    trunk/shells/bash/Makefile

Modified: trunk/shells/bash/Makefile
===================================================================
--- trunk/shells/bash/Makefile	2018-09-05 02:09:36 UTC (rev 24207)
+++ trunk/shells/bash/Makefile	2018-09-05 02:18:21 UTC (rev 24208)
@@ -29,6 +29,8 @@
 
 OPTIONS_DEFAULT=	COLONBREAKSWORDS HELP
 
+BUILD_DEPENDS+=		${LOCALBASE}/bin/gcc:lang/gcc
+
 USES=			bison cpe iconv makeinfo pathfix
 USE_GCC=		6
 GNU_CONFIGURE=		yes



More information about the Midnightbsd-cvs mailing list