--- Makefile (revision 389258) +++ Makefile (working copy) @@ -72,10 +72,16 @@ .include +.include + +.if ${OSVERSION} < 1001000 +USE_GCC= yes +.endif + pre-configure: .if ${PORT_OPTIONS:MCLIENT_ONLY} && ( ${PORT_OPTIONS:MAPCSMART_DRV} || \ ${PORT_OPTIONS:MAPCDUMB_DRV} || ${PORT_OPTIONS:MPCNET_DRV} || \ - ${PORT_OPTIONS:MPOWERFLUTE} || ${PORT_OPTIONS:MUSB} || \ + ${PORT_OPTIONS:MUSB} || \ ${PORT_OPTIONS:MSNMP_DRV} || ${PORT_OPTIONS:MTEST_DRV} ) @${ECHO_CMD} "It doesn't make sense to build drivers if all you want is" @${ECHO_CMD} "the client; please do make config and select either" @@ -92,4 +98,4 @@ fi \ done -.include +.include