[Midnightbsd-cvs] mports [21654] trunk/Mk/components/options.mk: remove else that shouldnt be there
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 14 22:58:33 EDT 2016
Revision: 21654
http://svnweb.midnightbsd.org/mports/?rev=21654
Author: laffer1
Date: 2016-08-14 22:58:32 -0400 (Sun, 14 Aug 2016)
Log Message:
-----------
remove else that shouldnt be there
Modified Paths:
--------------
trunk/Mk/components/options.mk
Modified: trunk/Mk/components/options.mk
===================================================================
--- trunk/Mk/components/options.mk 2016-08-15 02:54:21 UTC (rev 21653)
+++ trunk/Mk/components/options.mk 2016-08-15 02:58:32 UTC (rev 21654)
@@ -337,7 +337,6 @@
${deptype}_DEPENDS+= ${${opt}_${deptype}_DEPENDS}
. endif
. endfor
-. else
. if defined(${opt}_CONFIGURE_ENABLE)
. for iopt in ${${opt}_CONFIGURE_ENABLE}
CONFIGURE_ARGS+= --disable-${iopt}
More information about the Midnightbsd-cvs
mailing list